#CAC342

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

Shades of Wattle #CAC342

Tints of Wattle #CAC342

Color information

#CAC342 (or 0xCAC342) is unknown color: approx Wattle. HEX triplet: CA, C3 and 42. RGB value is (202,195,66). Sum of RGB (Red+Green+Blue) = 202+195+66=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC342 is #353CBD. Grayscale: #B6B6B6. Windows color (decimal): -3488958 or 4375498. OLE color: 4375498.

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

Color convert

RGB20219566-
CMYK00.030.670.21
HSL56.91º56.2%52.55%-
HSV(B)56.91º67.33%79.22%-
XYZ44.8651.9812.82-
YUV182.3962.32141.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 195 (76.56% from 255) = 42.12%
BLUE value IS 66 (26.17% from 255) = 14.25%
R=43.63%
G=42.12%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021956600.030.670.2156.9156.252.55
HexCAC342034315393835
Octal3123031020310325717065
Binary11001010110000111000010011100001110101111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC342; }

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

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

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

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

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

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

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

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