#CAC6CA

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

Shades of Thistle #CAC6CA

Tints of Thistle #CAC6CA

Color information

#CAC6CA (or 0xCAC6CA) is unknown color: approx Thistle. HEX triplet: CA, C6 and CA. RGB value is (202,198,202). Sum of RGB (Red+Green+Blue) = 202+198+202=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6CA is #353935. Grayscale: #C7C7C7. Windows color (decimal): -3488054 or 13289162. OLE color: 13289162.

HSL color Cylindrical-coordinate representation of color #CAC6CA: hue angle of 300º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC6CA is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202198202-
CMYK00.0200.21
HSL300º3.64%78.43%-
HSV(B)300º1.98%79.22%-
XYZ55.2157.2164.01-
YUV199.65129.33129.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 198 (77.73% from 255) = 32.89%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=33.55%
G=32.89%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219820200.0200.213003.6478.43
HexCAC6CA0201512c44e
Octal312306312020254544116
Binary1100101011000110110010100100101011001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6CA; }

 p { color: rgb(202,198,202); }

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

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

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

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

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

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

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