#CABFCB

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

Shades of Thistle #CABFCB

Tints of Thistle #CABFCB

Color information

#CABFCB (or 0xCABFCB) is unknown color: approx Thistle. HEX triplet: CA, BF and CB. RGB value is (202,191,203). Sum of RGB (Red+Green+Blue) = 202+191+203=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 203 - color contains mainly: blue. Hex color #CABFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFCB is #354034. Grayscale: #C3C3C3. Windows color (decimal): -3489845 or 13352906. OLE color: 13352906.

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

Color convert

RGB202191203-
CMYK0.000.0600.20
HSL295º10.34%77.25%-
HSV(B)295º5.91%79.61%-
XYZ53.7754.1364.11-
YUV195.66132.14132.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=33.89%
G=32.05%
B=34.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021912030.000.0600.2029510.3477.25
HexCABFCB06014127a4d
Octal3122773130602444712115
Binary110010101011111111001011011001010010010011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFCB; }

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

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

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

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

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

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

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

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