#CACA48

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

Shades of Wattle #CACA48

Tints of Wattle #CACA48

Color information

#CACA48 (or 0xCACA48) is unknown color: approx Wattle. HEX triplet: CA, CA and 48. RGB value is (202,202,72). Sum of RGB (Red+Green+Blue) = 202+202+72=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA48 is #3535B7. Grayscale: #BBBBBB. Windows color (decimal): -3487160 or 4770506. OLE color: 4770506.

HSL color Cylindrical-coordinate representation of color #CACA48: 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.64%. Process color model (Four color, CMYK) of #CACA48 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20220272-
CMYK000.640.21
HSL60º55.08%53.73%-
HSV(B)60º64.36%79.22%-
XYZ46.6555.2714.34-
YUV187.1863138.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 72 (28.52% from 255) = 15.13%
R=42.44%
G=42.44%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220272000.640.216055.0853.73
HexCACA480040153c3736
Octal3123121100010025746766
Binary1100101011001010100100000100000010101111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA48; }

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

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

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

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

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

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

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

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