#CBBBCB

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

Shades of Thistle #CBBBCB

Tints of Thistle #CBBBCB

Color information

#CBBBCB (or 0xCBBBCB) is unknown color: approx Thistle. HEX triplet: CB, BB and CB. RGB value is (203,187,203). Sum of RGB (Red+Green+Blue) = 203+187+203=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBCB is #344434. Grayscale: #C1C1C1. Windows color (decimal): -3425333 or 13351883. OLE color: 13351883.

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

Color convert

RGB203187203-
CMYK00.0800.20
HSL300º13.33%76.47%-
HSV(B)300º7.88%79.61%-
XYZ53.1852.5563.84-
YUV193.61133.3134.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=34.23%
G=31.53%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318720300.0800.2030013.3376.47
HexCBBBCB0801412cd4c
Octal31327331301002445415114
Binary1100101110111011110010110100001010010010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBCB; }

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

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

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

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

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

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

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

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