#CCB6CB

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

Shades of Thistle #CCB6CB

Tints of Thistle #CCB6CB

Color information

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

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

Color convert

RGB204182203-
CMYK00.110.000.2
HSL302.73º17.74%75.69%-
HSV(B)302.73º10.78%80%-
XYZ52.4150.6163.51-
YUV190.97134.79137.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418220300.110.000.2302.7317.7475.69
HexCCB6CB0B01412f124c
Octal31426631301302445722114
Binary11001100101101101100101101011010100100101111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6CB; }

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

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

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

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

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

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

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

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