#CABCC9

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

Shades of Thistle #CABCC9

Tints of Thistle #CABCC9

Color information

#CABCC9 (or 0xCABCC9) is unknown color: approx Thistle. HEX triplet: CA, BC and C9. RGB value is (202,188,201). Sum of RGB (Red+Green+Blue) = 202+188+201=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC9 is #354336. Grayscale: #C1C1C1. Windows color (decimal): -3490615 or 13221066. OLE color: 13221066.

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

Color convert

RGB202188201-
CMYK00.070.000.21
HSL304.29º11.67%76.47%-
HSV(B)304.29º6.93%79.22%-
XYZ52.8852.7462.65-
YUV193.67132.14133.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 201 (78.91% from 255) = 34.01%
R=34.18%
G=31.81%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218820100.070.000.21304.2911.6776.47
HexCABCC907015130c4c
Octal3122743110702546014114
Binary110010101011110011001001011101010110011000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC9; }

 p { color: rgb(202,188,201); }

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

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

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

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

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

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

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