Html Css Color HEX #CCC4BE Pale Slate

📋 copy color: '#CCC4BE'

red 204 ◦ green 196 ◦ blue 190

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

Shades of Pale Slate #CCC4BE

Tints of Pale Slate #CCC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 34.58%
G = 33.22%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC4BE (or 0xCCC4BE) is known color: Pale Slate. HEX triplet: CC, C4 and BE. RGB value is (204,196,190). Sum of RGB (Red+Green+Blue) = 204+196+190=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BE is #333B41. Grayscale: #C5C5C5. Windows color (decimal): -3357506 or 12502220. OLE color: 12502220.

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

Color convert

RGB 204 196 190 -
CMYK 0 0.04 0.07 0.2
HSL 25.71º 0.12% 0.77% -
HSV(B) 25.71º 0.07% 0.8% -
XYZ 53.94 56.03 56.69 -
YUV 197.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 204 196 190 0 0.04 0.07 0.2 25.71 0.12 0.77
Hex CC C4 BE 0 4 7 14 1A C 4D
Octal 314 304 276 0 4 7 24 32 14 115
Binary 11001100 11000100 10111110 0 100 111 10100 11010 1100 1001101

Color Harmonies of #CCC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4BE

Black with #CCC4BE

Text Example


Text Example

White with #CCC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4BE; }

 p { color: rgb(204,196,190); }

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

background-color css

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

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

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

border-color css

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

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

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