#CAC255

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

Shades of Tacha #CAC255

Tints of Tacha #CAC255

Color information

#CAC255 (or 0xCAC255) is unknown color: approx Tacha. HEX triplet: CA, C2 and 55. RGB value is (202,194,85). Sum of RGB (Red+Green+Blue) = 202+194+85=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC255 is #353DAA. Grayscale: #B8B8B8. Windows color (decimal): -3489195 or 5620426. OLE color: 5620426.

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

Color convert

RGB20219485-
CMYK00.040.580.21
HSL55.9º52.47%56.27%-
HSV(B)55.9º57.92%79.22%-
XYZ45.2951.816.2-
YUV183.9772.15140.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 85 (33.59% from 255) = 17.67%
R=42.00%
G=40.33%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021948500.040.580.2155.952.4756.27
HexCAC255043A15383438
Octal312302125047225706470
Binary11001010110000101010101010011101010101111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC255; }

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

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

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

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

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

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

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

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