#CAB9CA

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

Shades of Thistle #CAB9CA

Tints of Thistle #CAB9CA

Color information

#CAB9CA (or 0xCAB9CA) is unknown color: approx Thistle. HEX triplet: CA, B9 and CA. RGB value is (202,185,202). Sum of RGB (Red+Green+Blue) = 202+185+202=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9CA is #354635. Grayscale: #BFBFBF. Windows color (decimal): -3491382 or 13285834. OLE color: 13285834.

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

Color convert

RGB202185202-
CMYK00.0800.21
HSL300º13.82%75.88%-
HSV(B)300º8.42%79.22%-
XYZ52.3751.5263.06-
YUV192.02133.63135.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=34.30%
G=31.41%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218520200.0800.2130013.8275.88
HexCAB9CA0801512ce4c
Octal31227131201002545416114
Binary1100101010111001110010100100001010110010110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9CA; }

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

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

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

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

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

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

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

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