#CAC846

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

Shades of Wattle #CAC846

Tints of Wattle #CAC846

Color information

#CAC846 (or 0xCAC846) is unknown color: approx Wattle. HEX triplet: CA, C8 and 46. RGB value is (202,200,70). Sum of RGB (Red+Green+Blue) = 202+200+70=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC846 is #3537B9. Grayscale: #BABABA. Windows color (decimal): -3487674 or 4638922. OLE color: 4638922.

HSL color Cylindrical-coordinate representation of color #CAC846: hue angle of 59.09º 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 #CAC846 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20220070-
CMYK00.010.650.21
HSL59.09º55.46%53.33%-
HSV(B)59.09º65.35%79.22%-
XYZ46.1254.3113.85-
YUV185.7862.66139.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 70 (27.73% from 255) = 14.83%
R=42.80%
G=42.37%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022007000.010.650.2159.0955.4653.33
HexCAC8460141153b3735
Octal3123101060110125736765
Binary1100101011001000100011001100000110101111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC846; }

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

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

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

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

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

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

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

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