#CAC35D

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

Shades of Tacha #CAC35D

Tints of Tacha #CAC35D

Color information

#CAC35D (or 0xCAC35D) is unknown color: approx Tacha. HEX triplet: CA, C3 and 5D. RGB value is (202,195,93). Sum of RGB (Red+Green+Blue) = 202+195+93=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC35D is #353CA2. Grayscale: #B9B9B9. Windows color (decimal): -3488931 or 6144970. OLE color: 6144970.

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

Color convert

RGB20219593-
CMYK00.030.540.21
HSL56.15º50.7%57.84%-
HSV(B)56.15º53.96%79.22%-
XYZ45.8552.3818.05-
YUV185.4675.82139.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 93 (36.72% from 255) = 18.98%
R=41.22%
G=39.80%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021959300.030.540.2156.1550.757.84
HexCAC35D03361538333a
Octal312303135036625706372
Binary1100101011000011101110101111011010101111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC35D; }

 p { color: rgb(202,195,93); }

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

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

 a { background-color: rgb(202,195,93); }

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

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

 span { border-color: rgb(202,195,93); }

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