#CABBCB

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

Shades of Thistle #CABBCB

Tints of Thistle #CABBCB

Color information

#CABBCB (or 0xCABBCB) is unknown color: approx Thistle. HEX triplet: CA, BB and CB. RGB value is (202,187,203). Sum of RGB (Red+Green+Blue) = 202+187+203=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #CABBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCB is #354434. Grayscale: #C1C1C1. Windows color (decimal): -3490869 or 13351882. OLE color: 13351882.

HSL color Cylindrical-coordinate representation of color #CABBCB: hue angle of 296.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABBCB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202187203-
CMYK0.000.0800.20
HSL296.25º13.33%76.47%-
HSV(B)296.25º7.88%79.61%-
XYZ52.9152.4163.83-
YUV193.31133.47134.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=34.12%
G=31.59%
B=34.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021872030.000.0800.20296.2513.3376.47
HexCABBCB08014128d4c
Octal31227331301002445015114
Binary1100101010111011110010110100001010010010100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBCB; }

 p { color: rgb(202,187,203); }

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

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

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

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

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

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

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