#CAC141

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

Shades of Wattle #CAC141

Tints of Wattle #CAC141

Color information

#CAC141 (or 0xCAC141) is unknown color: approx Wattle. HEX triplet: CA, C1 and 41. RGB value is (202,193,65). Sum of RGB (Red+Green+Blue) = 202+193+65=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC141 is #353EBE. Grayscale: #B5B5B5. Windows color (decimal): -3489471 or 4309450. OLE color: 4309450.

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

Color convert

RGB20219365-
CMYK00.040.680.21
HSL56.06º56.38%52.35%-
HSV(B)56.06º67.82%79.22%-
XYZ44.3851.0812.52-
YUV181.162.48142.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 65 (25.78% from 255) = 14.13%
R=43.91%
G=41.96%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021936500.040.680.2156.0656.3852.35
HexCAC141044415383834
Octal3123011010410425707064
Binary110010101100000110000010100100010010101111000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC141; }

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

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

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

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

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

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

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

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