Html Css Color HEX #C8C5CA French Grey

📋 copy color: '#C8C5CA'

red 200 ◦ green 197 ◦ blue 202

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

Shades of French Grey #C8C5CA

Tints of French Grey #C8C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.89%

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 33.39%
G = 32.89%
B = 33.72%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C8C5CA (or 0xC8C5CA) is known color: French Grey. HEX triplet: C8, C5 and CA. RGB value is (200,197,202). Sum of RGB (Red+Green+Blue) = 200+197+202=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5CA is #373A35. Grayscale: #C6C6C6. Windows color (decimal): -3619382 or 13288904. OLE color: 13288904.

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

Color convert

RGB 200 197 202 -
CMYK 0.01 0.02 0 0.21
HSL 276º 0.05% 0.78% -
HSV(B) 276º 0.02% 0.79% -
XYZ 54.45 56.48 63.91 -
YUV 198.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 200 197 202 0.01 0.02 0 0.21 276 0.05 0.78
Hex C8 C5 CA 1 2 0 15 114 5 4E
Octal 310 305 312 1 2 0 25 424 5 116
Binary 11001000 11000101 11001010 1 10 0 10101 100010100 101 1001110

Color Harmonies of #C8C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5CA

Black with #C8C5CA

Text Example


Text Example

White with #C8C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5CA; }

 p { color: rgb(200,197,202); }

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

background-color css

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

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

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

border-color css

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

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

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