#CAC349

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

Shades of Wattle #CAC349

Tints of Wattle #CAC349

Color information

#CAC349 (or 0xCAC349) is unknown color: approx Wattle. HEX triplet: CA, C3 and 49. RGB value is (202,195,73). Sum of RGB (Red+Green+Blue) = 202+195+73=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC349 is #353CB6. Grayscale: #B7B7B7. Windows color (decimal): -3488951 or 4834250. OLE color: 4834250.

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

Color convert

RGB20219573-
CMYK00.030.640.21
HSL56.74º54.89%53.92%-
HSV(B)56.74º63.86%79.22%-
XYZ45.0752.0713.98-
YUV183.1865.82141.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 73 (28.91% from 255) = 15.53%
R=42.98%
G=41.49%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021957300.030.640.2156.7454.8953.92
HexCAC349034015393736
Octal3123031110310025716766
Binary11001010110000111001001011100000010101111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC349; }

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

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

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

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

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

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

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

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