#CAC146

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

Shades of Wattle #CAC146

Tints of Wattle #CAC146

Color information

#CAC146 (or 0xCAC146) is unknown color: approx Wattle. HEX triplet: CA, C1 and 46. RGB value is (202,193,70). Sum of RGB (Red+Green+Blue) = 202+193+70=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC146 is #353EB9. Grayscale: #B6B6B6. Windows color (decimal): -3489466 or 4637130. OLE color: 4637130.

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

Color convert

RGB20219370-
CMYK00.040.650.21
HSL55.91º55.46%53.33%-
HSV(B)55.91º65.35%79.22%-
XYZ44.5351.1413.32-
YUV181.6764.98142.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 70 (27.73% from 255) = 15.05%
R=43.44%
G=41.51%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021937000.040.650.2155.9155.4653.33
HexCAC146044115383735
Octal3123011060410125706765
Binary110010101100000110001100100100000110101111000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC146; }

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

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

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

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

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

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

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

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