#CABDC9

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

Shades of Thistle #CABDC9

Tints of Thistle #CABDC9

Color information

#CABDC9 (or 0xCABDC9) is unknown color: approx Thistle. HEX triplet: CA, BD and C9. RGB value is (202,189,201). Sum of RGB (Red+Green+Blue) = 202+189+201=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC9 is #354236. Grayscale: #C2C2C2. Windows color (decimal): -3490359 or 13221322. OLE color: 13221322.

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

Color convert

RGB202189201-
CMYK00.060.000.21
HSL304.62º10.92%76.67%-
HSV(B)304.62º6.44%79.22%-
XYZ53.153.1762.72-
YUV194.26131.81133.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=34.12%
G=31.93%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218920100.060.000.21304.6210.9276.67
HexCABDC906015131b4d
Octal3122753110602546113115
Binary110010101011110111001001011001010110011000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDC9; }

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

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

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

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

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

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

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

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