Html Css Color HEX #CCC5CC Thistle

📋 copy color: '#CCC5CC'

red 204 ◦ green 197 ◦ blue 204

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

Shades of Thistle #CCC5CC

Tints of Thistle #CCC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.56%

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

R = 33.72%
G = 32.56%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCC5CC (or 0xCCC5CC) is known color: Thistle. HEX triplet: CC, C5 and CC. RGB value is (204,197,204). Sum of RGB (Red+Green+Blue) = 204+197+204=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CC is #333A33. Grayscale: #C7C7C7. Windows color (decimal): -3357236 or 13419980. OLE color: 13419980.

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

Color convert

RGB 204 197 204 -
CMYK 0 0.03 0 0.2
HSL 300º 0.06% 0.79% -
HSV(B) 300º 0.03% 0.8% -
XYZ 55.77 57.13 65.21 -
YUV 199.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 204 197 204 0 0.03 0 0.2 300 0.06 0.79
Hex CC C5 CC 0 3 0 14 12C 6 4F
Octal 314 305 314 0 3 0 24 454 6 117
Binary 11001100 11000101 11001100 0 11 0 10100 100101100 110 1001111

Color Harmonies of #CCC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5CC

Black with #CCC5CC

Text Example


Text Example

White with #CCC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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