#CAC742

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

Shades of Wattle #CAC742

Tints of Wattle #CAC742

Color information

#CAC742 (or 0xCAC742) is unknown color: approx Wattle. HEX triplet: CA, C7 and 42. RGB value is (202,199,66). Sum of RGB (Red+Green+Blue) = 202+199+66=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC742 is #3538BD. Grayscale: #B9B9B9. Windows color (decimal): -3487934 or 4376522. OLE color: 4376522.

HSL color Cylindrical-coordinate representation of color #CAC742: hue angle of 58.68º 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 #CAC742 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20219966-
CMYK00.010.670.21
HSL58.68º56.2%52.55%-
HSV(B)58.68º67.33%79.22%-
XYZ45.7653.813.13-
YUV184.7460.99140.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 66 (26.17% from 255) = 14.13%
R=43.25%
G=42.61%
B=14.13%

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
Decimal2021996600.010.670.2158.6856.252.55
HexCAC7420143153b3835
Octal3123071020110325737065
Binary1100101011000111100001001100001110101111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC742; }

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

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

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

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

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

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

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

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