#CCC0CD

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

Shades of Thistle #CCC0CD

Tints of Thistle #CCC0CD

Color information

#CCC0CD (or 0xCCC0CD) is unknown color: approx Thistle. HEX triplet: CC, C0 and CD. RGB value is (204,192,205). Sum of RGB (Red+Green+Blue) = 204+192+205=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0CD is #333F32. Grayscale: #C5C5C5. Windows color (decimal): -3358515 or 13484236. OLE color: 13484236.

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

Color convert

RGB204192205-
CMYK0.000.0600.20
HSL295.38º11.5%77.84%-
HSV(B)295.38º6.34%80.39%-
XYZ54.7754.9465.48-
YUV197.07132.48132.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=33.94%
G=31.95%
B=34.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041922050.000.0600.20295.3811.577.84
HexCCC0CD06014127c4e
Octal3143003150602444714116
Binary110011001100000011001101011001010010010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0CD; }

 p { color: rgb(204,192,205); }

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

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

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

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

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

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

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