#CAC35C

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

Shades of Tacha #CAC35C

Tints of Tacha #CAC35C

Color information

#CAC35C (or 0xCAC35C) is unknown color: approx Tacha. HEX triplet: CA, C3 and 5C. RGB value is (202,195,92). Sum of RGB (Red+Green+Blue) = 202+195+92=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC35C is #353CA3. Grayscale: #B9B9B9. Windows color (decimal): -3488932 or 6079434. OLE color: 6079434.

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

Color convert

RGB20219592-
CMYK00.030.540.21
HSL56.18º50.93%57.65%-
HSV(B)56.18º54.46%79.22%-
XYZ45.852.3617.82-
YUV185.3575.32139.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=41.31%
G=39.88%
B=18.81%

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
Decimal2021959200.030.540.2156.1850.9357.65
HexCAC35C03361538333a
Octal312303134036625706372
Binary1100101011000011101110001111011010101111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC35C; }

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

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

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

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

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

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

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

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