Html Css Color HEX #CCC0CD Thistle

📋 copy color: '#CCC0CD'

red 204 ◦ green 192 ◦ blue 205

#CCC0CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #CCC0CD

Tints of Thistle #CCC0CD

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 value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCC0CD (or 0xCCC0CD) is known color: 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

RGB 204 192 205 -
CMYK 0.00 0.06 0 0.20
HSL 295.38º 0.12% 0.78% -
HSV(B) 295.38º 0.06% 0.8% -
XYZ 54.77 54.94 65.48 -
YUV 197.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 204 192 205 0.00 0.06 0 0.20 295.38 0.12 0.78
Hex CC C0 CD 0 6 0 14 127 C 4E
Octal 314 300 315 0 6 0 24 447 14 116
Binary 11001100 11000000 11001101 0 110 0 10100 100100111 1100 1001110

Color Harmonies of #CCC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0CD

Black with #CCC0CD

Text Example


Text Example

White with #CCC0CD

Text Example


Text Example

HTML Codes & Css Web 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>