Html Css Color HEX #CCC9CC Thistle

📋 copy color: '#CCC9CC'

red 204 ◦ green 201 ◦ blue 204

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

Shades of Thistle #CCC9CC

Tints of Thistle #CCC9CC

RGB

 RED value IS 204 (80.08% from 255) = 33.5%

 GREEN value IS 201 (78.91% from 255) = 33%

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 33.5%
G = 33%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCC9CC (or 0xCCC9CC) is known color: Thistle. HEX triplet: CC, C9 and CC. RGB value is (204,201,204). Sum of RGB (Red+Green+Blue) = 204+201+204=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CC is #333633. Grayscale: #CACACA. Windows color (decimal): -3356212 or 13421004. OLE color: 13421004.

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

Color convert

RGB 204 201 204 -
CMYK 0 0.01 0 0.2
HSL 300º 0.03% 0.79% -
HSV(B) 300º 0.01% 0.8% -
XYZ 56.69 58.97 65.52 -
YUV 202.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 204 201 204 0 0.01 0 0.2 300 0.03 0.79
Hex CC C9 CC 0 1 0 14 12C 3 4F
Octal 314 311 314 0 1 0 24 454 3 117
Binary 11001100 11001001 11001100 0 1 0 10100 100101100 11 1001111

Color Harmonies of #CCC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9CC

Black with #CCC9CC

Text Example


Text Example

White with #CCC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9CC; }

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

 H1.HeaderClassName
 {
   color: #CCC9CC;
 }
 .AnyTagClassName
 {
   color: #CCC9CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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