Html Css Color HEX #CCC2BA Pale Slate

📋 copy color: '#CCC2BA'

red 204 ◦ green 194 ◦ blue 186

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

Shades of Pale Slate #CCC2BA

Tints of Pale Slate #CCC2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 34.93%
G = 33.22%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCC2BA (or 0xCCC2BA) is known color: Pale Slate. HEX triplet: CC, C2 and BA. RGB value is (204,194,186). Sum of RGB (Red+Green+Blue) = 204+194+186=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BA is #333D45. Grayscale: #C4C4C4. Windows color (decimal): -3358022 or 12239564. OLE color: 12239564.

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

Color convert

RGB 204 194 186 -
CMYK 0 0.05 0.09 0.2
HSL 26.67º 0.15% 0.76% -
HSV(B) 26.67º 0.09% 0.8% -
XYZ 53.06 54.97 54.27 -
YUV 196.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 204 194 186 0 0.05 0.09 0.2 26.67 0.15 0.76
Hex CC C2 BA 0 5 9 14 1B F 4C
Octal 314 302 272 0 5 11 24 33 17 114
Binary 11001100 11000010 10111010 0 101 1001 10100 11011 1111 1001100

Color Harmonies of #CCC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2BA

Black with #CCC2BA

Text Example


Text Example

White with #CCC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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