#CAC642

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

Shades of Wattle #CAC642

Tints of Wattle #CAC642

Color information

#CAC642 (or 0xCAC642) is unknown color: approx Wattle. HEX triplet: CA, C6 and 42. RGB value is (202,198,66). Sum of RGB (Red+Green+Blue) = 202+198+66=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC642 is #3539BD. Grayscale: #B8B8B8. Windows color (decimal): -3488190 or 4376266. OLE color: 4376266.

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

Color convert

RGB20219866-
CMYK00.020.670.21
HSL58.24º56.2%52.55%-
HSV(B)58.24º67.33%79.22%-
XYZ45.5353.3413.05-
YUV184.1561.33140.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 66 (26.17% from 255) = 14.16%
R=43.35%
G=42.49%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021986600.020.670.2158.2456.252.55
HexCAC6420243153a3835
Octal3123061020210325727065
Binary11001010110001101000010010100001110101111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC642; }

 p { color: rgb(202,198,66); }

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

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

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

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

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

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

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