Html Css Color HEX #CCCACC Thistle

📋 copy color: '#CCCACC'

red 204 ◦ green 202 ◦ blue 204

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

Shades of Thistle #CCCACC

Tints of Thistle #CCCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.11%

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

R = 33.44%
G = 33.11%
B = 33.44%

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

#CCCACC (or 0xCCCACC) is known color: Thistle. HEX triplet: CC, CA and CC. RGB value is (204,202,204). Sum of RGB (Red+Green+Blue) = 204+202+204=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACC is #333533. Grayscale: #CACACA. Windows color (decimal): -3355956 or 13421260. OLE color: 13421260.

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

Color convert

RGB 204 202 204 -
CMYK 0 0.01 0 0.2
HSL 300º 0.02% 0.8% -
HSV(B) 300º 0.01% 0.8% -
XYZ 56.92 59.44 65.6 -
YUV 202.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 204 202 204 0 0.01 0 0.2 300 0.02 0.8
Hex CC CA CC 0 1 0 14 12C 2 50
Octal 314 312 314 0 1 0 24 454 2 120
Binary 11001100 11001010 11001100 0 1 0 10100 100101100 10 1010000

Color Harmonies of #CCCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCACC

Black with #CCCACC

Text Example


Text Example

White with #CCCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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