#CACA4A

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

Shades of Wattle #CACA4A

Tints of Wattle #CACA4A

Color information

#CACA4A (or 0xCACA4A) is unknown color: approx Wattle. HEX triplet: CA, CA and 4A. RGB value is (202,202,74). Sum of RGB (Red+Green+Blue) = 202+202+74=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA4A is #3535B5. Grayscale: #BBBBBB. Windows color (decimal): -3487158 or 4901578. OLE color: 4901578.

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

Color convert

RGB20220274-
CMYK000.630.21
HSL60º54.7%54.12%-
HSV(B)60º63.37%79.22%-
XYZ46.7155.2914.69-
YUV187.4164138.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 74 (29.30% from 255) = 15.48%
R=42.26%
G=42.26%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220274000.630.216054.754.12
HexCACA4A003F153c3736
Octal312312112007725746766
Binary110010101100101010010100011111110101111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA4A; }

 p { color: rgb(202,202,74); }

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

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

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

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

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

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

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