#CAC445

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

Shades of Wattle #CAC445

Tints of Wattle #CAC445

Color information

#CAC445 (or 0xCAC445) is unknown color: approx Wattle. HEX triplet: CA, C4 and 45. RGB value is (202,196,69). Sum of RGB (Red+Green+Blue) = 202+196+69=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC445 is #353BBA. Grayscale: #B7B7B7. Windows color (decimal): -3488699 or 4572362. OLE color: 4572362.

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

Color convert

RGB20219669-
CMYK00.030.660.21
HSL57.29º55.65%53.14%-
HSV(B)57.29º65.84%79.22%-
XYZ45.1752.4713.38-
YUV183.3263.49141.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=43.25%
G=41.97%
B=14.78%

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
Decimal2021966900.030.660.2157.2955.6553.14
HexCAC445034215393835
Octal3123041050310225717065
Binary11001010110001001000101011100001010101111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC445; }

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

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

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

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

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

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

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

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