#CBB9CB

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

Shades of Thistle #CBB9CB

Tints of Thistle #CBB9CB

Color information

#CBB9CB (or 0xCBB9CB) is unknown color: approx Thistle. HEX triplet: CB, B9 and CB. RGB value is (203,185,203). Sum of RGB (Red+Green+Blue) = 203+185+203=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9CB is #344634. Grayscale: #C0C0C0. Windows color (decimal): -3425845 or 13351371. OLE color: 13351371.

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

Color convert

RGB203185203-
CMYK00.0900.20
HSL300º14.75%76.08%-
HSV(B)300º8.87%79.61%-
XYZ52.7651.7163.7-
YUV192.43133.96135.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=34.35%
G=31.30%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318520300.0900.2030014.7576.08
HexCBB9CB0901412cf4c
Octal31327131301102445417114
Binary1100101110111001110010110100101010010010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9CB; }

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

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

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

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

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

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

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

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