#CAC345

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

Shades of Wattle #CAC345

Tints of Wattle #CAC345

Color information

#CAC345 (or 0xCAC345) is unknown color: approx Wattle. HEX triplet: CA, C3 and 45. RGB value is (202,195,69). Sum of RGB (Red+Green+Blue) = 202+195+69=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC345 is #353CBA. Grayscale: #B7B7B7. Windows color (decimal): -3488955 or 4572106. OLE color: 4572106.

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

Color convert

RGB20219569-
CMYK00.030.660.21
HSL56.84º55.65%53.14%-
HSV(B)56.84º65.84%79.22%-
XYZ44.9552.0213.3-
YUV182.7363.82141.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 69 (27.34% from 255) = 14.81%
R=43.35%
G=41.85%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021956900.030.660.2156.8455.6553.14
HexCAC345034215393835
Octal3123031050310225717065
Binary11001010110000111000101011100001010101111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC345; }

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

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

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

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

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

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

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

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