#CACA18

Color #CACA18 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CACA18

Tints of Barberry #CACA18

Color information

#CACA18 (or 0xCACA18) is unknown color: approx Barberry. HEX triplet: CA, CA and 18. RGB value is (202,202,24). Sum of RGB (Red+Green+Blue) = 202+202+24=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACA18 is #3535E7. Grayscale: #B6B6B6. Windows color (decimal): -3487208 or 1624778. OLE color: 1624778.

HSL color Cylindrical-coordinate representation of color #CACA18: hue angle of 60º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CACA18 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20220224-
CMYK000.880.21
HSL60º78.76%44.31%-
HSV(B)60º88.12%79.22%-
XYZ45.6454.869.05-
YUV181.7139142.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 202 (79.30% from 255) = 47.20%
BLUE value IS 24 (9.77% from 255) = 5.61%
R=47.20%
G=47.20%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220224000.880.216078.7644.31
HexCACA180058153c4f2c
Octal3123123000130257411754
Binary110010101100101011000001011000101011111001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA18; }

 p { color: rgb(202,202,24); }

 H1.HeaderClassName
 {
   color: #CACA18;
 }
 .AnyTagClassName
 {
   color: #CACA18;
 }
</style>
background-color css

<style>
 a { background-color: #CACA18; }

 a { background-color: rgb(202,202,24); }

 div.DivClassName
 {
   background-color: #CACA18;
 }
 .BgClassName
 {
   background-color: #CACA18;
 }
</style>
border-color css

<style>
 span { border-color: #CACA18; }

 span { border-color: rgb(202,202,24); }

 td.TdClassName
 {
   border-color: #CACA18;
 }
 .TagClassName
 {
   border-color: #CACA18;
 }
</style>