#CCC6CB

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

Shades of Thistle #CCC6CB

Tints of Thistle #CCC6CB

Color information

#CCC6CB (or 0xCCC6CB) is unknown color: approx Thistle. HEX triplet: CC, C6 and CB. RGB value is (204,198,203). Sum of RGB (Red+Green+Blue) = 204+198+203=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6CB is #333934. Grayscale: #C8C8C8. Windows color (decimal): -3356981 or 13354700. OLE color: 13354700.

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

Color convert

RGB204198203-
CMYK00.030.000.2
HSL310º5.56%78.82%-
HSV(B)310º2.94%80%-
XYZ55.8857.5464.66-
YUV200.36129.49130.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=33.72%
G=32.73%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419820300.030.000.23105.5678.82
HexCCC6CB0301413664f
Octal314306313030244666117
Binary1100110011000110110010110110101001001101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6CB; }

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

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

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

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

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

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

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

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