#CCC8CC

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

Shades of Thistle #CCC8CC

Tints of Thistle #CCC8CC

Color information

#CCC8CC (or 0xCCC8CC) is unknown color: approx Thistle. HEX triplet: CC, C8 and CC. RGB value is (204,200,204). Sum of RGB (Red+Green+Blue) = 204+200+204=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8CC is #333733. Grayscale: #C9C9C9. Windows color (decimal): -3356468 or 13420748. OLE color: 13420748.

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

Color convert

RGB204200204-
CMYK00.0200.2
HSL300º3.77%79.22%-
HSV(B)300º1.96%80%-
XYZ56.4658.5165.44-
YUV201.65129.33129.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=33.55%
G=32.89%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420020400.0200.23003.7779.22
HexCCC8CC0201412c44f
Octal314310314020244544117
Binary1100110011001000110011000100101001001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8CC; }

 p { color: rgb(204,200,204); }

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

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

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

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

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

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

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