Html Css Color HEX #C8C4CD French Grey

📋 copy color: '#C8C4CD'

red 200 ◦ green 196 ◦ blue 205

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

Shades of French Grey #C8C4CD

Tints of French Grey #C8C4CD

RGB

 RED value IS 200 (78.52% from 255) = 33.28%

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

 BLUE value IS 205 (80.47% from 255) = 34.11%

R = 33.28%
G = 32.61%
B = 34.11%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C8C4CD (or 0xC8C4CD) is known color: French Grey. HEX triplet: C8, C4 and CD. RGB value is (200,196,205). Sum of RGB (Red+Green+Blue) = 200+196+205=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8C4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C4CD is #373B32. Grayscale: #C6C6C6. Windows color (decimal): -3619635 or 13485256. OLE color: 13485256.

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

Color convert

RGB 200 196 205 -
CMYK 0.02 0.04 0 0.20
HSL 266.67º 0.08% 0.79% -
HSV(B) 266.67º 0.04% 0.8% -
XYZ 54.58 56.17 65.72 -
YUV 198.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 200 196 205 0.02 0.04 0 0.20 266.67 0.08 0.79
Hex C8 C4 CD 2 4 0 14 10B 8 4F
Octal 310 304 315 2 4 0 24 413 10 117
Binary 11001000 11000100 11001101 10 100 0 10100 100001011 1000 1001111

Color Harmonies of #C8C4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C4CD

Black with #C8C4CD

Text Example


Text Example

White with #C8C4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C4CD; }

 p { color: rgb(200,196,205); }

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

background-color css

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

 a { background-color: rgb(200,196,205); }

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

border-color css

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

 span { border-color: rgb(200,196,205); }

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