#CAC355

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

Shades of Tacha #CAC355

Tints of Tacha #CAC355

Color information

#CAC355 (or 0xCAC355) is unknown color: approx Tacha. HEX triplet: CA, C3 and 55. RGB value is (202,195,85). Sum of RGB (Red+Green+Blue) = 202+195+85=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC355 is #353CAA. Grayscale: #B8B8B8. Windows color (decimal): -3488939 or 5620682. OLE color: 5620682.

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

Color convert

RGB20219585-
CMYK00.030.580.21
HSL56.41º52.47%56.27%-
HSV(B)56.41º57.92%79.22%-
XYZ45.5152.2416.28-
YUV184.5571.82140.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=41.91%
G=40.46%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021958500.030.580.2156.4152.4756.27
HexCAC355033A15383438
Octal312303125037225706470
Binary1100101011000011101010101111101010101111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC355; }

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

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

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

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

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

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

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

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