#CABCCB

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

Shades of Thistle #CABCCB

Tints of Thistle #CABCCB

Color information

#CABCCB (or 0xCABCCB) is unknown color: approx Thistle. HEX triplet: CA, BC and CB. RGB value is (202,188,203). Sum of RGB (Red+Green+Blue) = 202+188+203=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #CABCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCB is #354334. Grayscale: #C1C1C1. Windows color (decimal): -3490613 or 13352138. OLE color: 13352138.

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

Color convert

RGB202188203-
CMYK0.000.0700.20
HSL296º12.61%76.67%-
HSV(B)296º7.39%79.61%-
XYZ53.1252.8363.9-
YUV193.9133.14133.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=34.06%
G=31.70%
B=34.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021882030.000.0700.2029612.6176.67
HexCABCCB07014128d4d
Octal3122743130702445015115
Binary110010101011110011001011011101010010010100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCCB; }

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

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

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

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

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

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

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

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