#CBB6CC

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

Shades of Thistle #CBB6CC

Tints of Thistle #CBB6CC

Color information

#CBB6CC (or 0xCBB6CC) is unknown color: approx Thistle. HEX triplet: CB, B6 and CC. RGB value is (203,182,204). Sum of RGB (Red+Green+Blue) = 203+182+204=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6CC is #344933. Grayscale: #BEBEBE. Windows color (decimal): -3426612 or 13416139. OLE color: 13416139.

HSL color Cylindrical-coordinate representation of color #CBB6CC: hue angle of 297.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB6CC is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203182204-
CMYK0.000.1100.2
HSL297.27º17.74%75.69%-
HSV(B)297.27º10.78%80%-
XYZ52.2650.5164.12-
YUV190.79135.46136.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=34.47%
G=30.90%
B=34.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031822040.000.1100.2297.2717.7475.69
HexCBB6CC0B014129124c
Octal31326631401302445122114
Binary11001011101101101100110001011010100100101001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6CC; }

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

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

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

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

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

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

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

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