#CABAC9

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

Shades of Thistle #CABAC9

Tints of Thistle #CABAC9

Color information

#CABAC9 (or 0xCABAC9) is unknown color: approx Thistle. HEX triplet: CA, BA and C9. RGB value is (202,186,201). Sum of RGB (Red+Green+Blue) = 202+186+201=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC9 is #354536. Grayscale: #C0C0C0. Windows color (decimal): -3491127 or 13220554. OLE color: 13220554.

HSL color Cylindrical-coordinate representation of color #CABAC9: hue angle of 303.75º degrees, saturation: 0.13, 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 #CABAC9 is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202186201-
CMYK00.080.000.21
HSL303.75º13.11%76.08%-
HSV(B)303.75º7.92%79.22%-
XYZ52.4651.8962.51-
YUV192.49132.8134.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=34.30%
G=31.58%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218620100.080.000.21303.7513.1176.08
HexCABAC908015130d4c
Octal31227231101002546015114
Binary1100101010111010110010010100001010110011000011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAC9; }

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

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

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

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

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

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

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

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