#CAC249

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

Shades of Wattle #CAC249

Tints of Wattle #CAC249

Color information

#CAC249 (or 0xCAC249) is unknown color: approx Wattle. HEX triplet: CA, C2 and 49. RGB value is (202,194,73). Sum of RGB (Red+Green+Blue) = 202+194+73=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC249 is #353DB6. Grayscale: #B7B7B7. Windows color (decimal): -3489207 or 4833994. OLE color: 4833994.

HSL color Cylindrical-coordinate representation of color #CAC249: hue angle of 56.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAC249 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20219473-
CMYK00.040.640.21
HSL56.28º54.89%53.92%-
HSV(B)56.28º63.86%79.22%-
XYZ44.8551.6213.9-
YUV182.666.15141.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 73 (28.91% from 255) = 15.57%
R=43.07%
G=41.36%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021947300.040.640.2156.2854.8953.92
HexCAC249044015383736
Octal3123021110410025706766
Binary110010101100001010010010100100000010101111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC249; }

 p { color: rgb(202,194,73); }

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

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

 a { background-color: rgb(202,194,73); }

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

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

 span { border-color: rgb(202,194,73); }

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