#CACC48

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

Shades of Wattle #CACC48

Tints of Wattle #CACC48

Color information

#CACC48 (or 0xCACC48) is unknown color: approx Wattle. HEX triplet: CA, CC and 48. RGB value is (202,204,72). Sum of RGB (Red+Green+Blue) = 202+204+72=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC48 is #3533B7. Grayscale: #BCBCBC. Windows color (decimal): -3486648 or 4771018. OLE color: 4771018.

HSL color Cylindrical-coordinate representation of color #CACC48: hue angle of 60.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CACC48 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20220472-
CMYK0.0100.650.2
HSL60.91º56.41%54.12%-
HSV(B)60.91º64.71%80%-
XYZ47.1256.2114.5-
YUV188.3562.34137.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 72 (28.52% from 255) = 15.06%
R=42.26%
G=42.68%
B=15.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202204720.0100.650.260.9156.4154.12
HexCACC481041143d3836
Octal3123141101010124757066
Binary1100101011001100100100010100000110100111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC48; }

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

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

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

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

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

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

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

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