#CAC137

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

Shades of Wattle #CAC137

Tints of Wattle #CAC137

Color information

#CAC137 (or 0xCAC137) is unknown color: approx Wattle. HEX triplet: CA, C1 and 37. RGB value is (202,193,55). Sum of RGB (Red+Green+Blue) = 202+193+55=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC137 is #353EC8. Grayscale: #B4B4B4. Windows color (decimal): -3489481 or 3654090. OLE color: 3654090.

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

Color convert

RGB20219355-
CMYK00.040.730.21
HSL56.33º58.1%50.39%-
HSV(B)56.33º72.77%79.22%-
XYZ44.1250.9711.13-
YUV179.9657.48143.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 55 (21.88% from 255) = 12.22%
R=44.89%
G=42.89%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021935500.040.730.2156.3358.150.39
HexCAC137044915383a32
Octal312301670411125707262
Binary11001010110000011101110100100100110101111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC137; }

 p { color: rgb(202,193,55); }

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

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

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

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

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

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

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