Html Css Color HEX #CCC6CC Thistle

📋 copy color: '#CCC6CC'

red 204 ◦ green 198 ◦ blue 204

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

Shades of Thistle #CCC6CC

Tints of Thistle #CCC6CC

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 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

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

RGB 204 198 204 -
CMYK 0 0.03 0 0.2
HSL 300º 0.06% 0.79% -
HSV(B) 300º 0.03% 0.8% -
XYZ 56 57.59 65.29 -
YUV 200.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 204 198 204 0 0.03 0 0.2 300 0.06 0.79
Hex CC C6 CC 0 3 0 14 12C 6 4F
Octal 314 306 314 0 3 0 24 454 6 117
Binary 11001100 11000110 11001100 0 11 0 10100 100101100 110 1001111

Color Harmonies of #CCC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6CC

Black with #CCC6CC

Text Example


Text Example

White with #CCC6CC

Text Example


Text Example

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