Html Css Color HEX #CCC2BC Pale Slate

📋 copy color: '#CCC2BC'

red 204 ◦ green 194 ◦ blue 188

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

Shades of Pale Slate #CCC2BC

Tints of Pale Slate #CCC2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.11%

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 34.81%
G = 33.11%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCC2BC (or 0xCCC2BC) is known color: Pale Slate. HEX triplet: CC, C2 and BC. RGB value is (204,194,188). Sum of RGB (Red+Green+Blue) = 204+194+188=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BC is #333D43. Grayscale: #C4C4C4. Windows color (decimal): -3358020 or 12370636. OLE color: 12370636.

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

Color convert

RGB 204 194 188 -
CMYK 0 0.05 0.08 0.2
HSL 22.5º 0.14% 0.77% -
HSV(B) 22.5º 0.08% 0.8% -
XYZ 53.27 55.05 55.4 -
YUV 196.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 204 194 188 0 0.05 0.08 0.2 22.5 0.14 0.77
Hex CC C2 BC 0 5 8 14 16 E 4D
Octal 314 302 274 0 5 10 24 26 16 115
Binary 11001100 11000010 10111100 0 101 1000 10100 10110 1110 1001101

Color Harmonies of #CCC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2BC

Black with #CCC2BC

Text Example


Text Example

White with #CCC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2BC; }

 p { color: rgb(204,194,188); }

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

background-color css

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

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

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

border-color css

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

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

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