#CBB9CC

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

Shades of Thistle #CBB9CC

Tints of Thistle #CBB9CC

Color information

#CBB9CC (or 0xCBB9CC) is unknown color: approx Thistle. HEX triplet: CB, B9 and CC. RGB value is (203,185,204). Sum of RGB (Red+Green+Blue) = 203+185+204=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9CC is #344633. Grayscale: #C0C0C0. Windows color (decimal): -3425844 or 13416907. OLE color: 13416907.

HSL color Cylindrical-coordinate representation of color #CBB9CC: hue angle of 296.84º degrees, saturation: 0.16, 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 #CBB9CC is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203185204-
CMYK0.000.0900.2
HSL296.84º15.7%76.27%-
HSV(B)296.84º9.31%80%-
XYZ52.8851.7564.33-
YUV192.55134.46135.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=34.29%
G=31.25%
B=34.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031852040.000.0900.2296.8415.776.27
HexCBB9CC09014129104c
Octal31327131401102445120114
Binary11001011101110011100110001001010100100101001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9CC; }

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

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

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

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

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

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

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

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