#CCC6CC

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

Shades of Thistle #CCC6CC

Tints of Thistle #CCC6CC

Color information

#CCC6CC (or 0xCCC6CC) is unknown color: approx Thistle. HEX triplet: CC, C6 and CC. RGB value is (204,198,204). Sum of RGB (Red+Green+Blue) = 204+198+204=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6CC is #333933. Grayscale: #C8C8C8. Windows color (decimal): -3356980 or 13420236. OLE color: 13420236.

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

Color convert

RGB204198204-
CMYK00.0300.2
HSL300º5.56%78.82%-
HSV(B)300º2.94%80%-
XYZ5657.5965.29-
YUV200.48129.99130.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 198 (77.73% from 255) = 32.67%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=33.66%
G=32.67%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419820400.0300.23005.5678.82
HexCCC6CC0301412c64f
Octal314306314030244546117
Binary1100110011000110110011000110101001001011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6CC; }

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

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

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

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

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

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

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

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