#CAC842

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

Shades of Wattle #CAC842

Tints of Wattle #CAC842

Color information

#CAC842 (or 0xCAC842) is unknown color: approx Wattle. HEX triplet: CA, C8 and 42. RGB value is (202,200,66). Sum of RGB (Red+Green+Blue) = 202+200+66=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC842 is #3537BD. Grayscale: #B9B9B9. Windows color (decimal): -3487678 or 4376778. OLE color: 4376778.

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

Color convert

RGB20220066-
CMYK00.010.670.21
HSL59.12º56.2%52.55%-
HSV(B)59.12º67.33%79.22%-
XYZ45.9954.2613.2-
YUV185.3260.66139.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 66 (26.17% from 255) = 14.10%
R=43.16%
G=42.74%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022006600.010.670.2159.1256.252.55
HexCAC8420143153b3835
Octal3123101020110325737065
Binary1100101011001000100001001100001110101111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC842; }

 p { color: rgb(202,200,66); }

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

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

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

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

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

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

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