#CBBFCB

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

Shades of Thistle #CBBFCB

Tints of Thistle #CBBFCB

Color information

#CBBFCB (or 0xCBBFCB) is unknown color: approx Thistle. HEX triplet: CB, BF and CB. RGB value is (203,191,203). Sum of RGB (Red+Green+Blue) = 203+191+203=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFCB is #344034. Grayscale: #C3C3C3. Windows color (decimal): -3424309 or 13352907. OLE color: 13352907.

HSL color Cylindrical-coordinate representation of color #CBBFCB: hue angle of 300º 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 #CBBFCB is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203191203-
CMYK00.0600.20
HSL300º10.34%77.25%-
HSV(B)300º5.91%79.61%-
XYZ54.0454.2764.13-
YUV195.96131.98133.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=34.00%
G=31.99%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319120300.0600.2030010.3477.25
HexCBBFCB0601412ca4d
Octal3132773130602445412115
Binary110010111011111111001011011001010010010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFCB; }

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

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

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

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

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

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

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

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