Html Css Color HEX #C7C0CC French Grey

📋 copy color: '#C7C0CC'

red 199 ◦ green 192 ◦ blue 204

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

Shades of French Grey #C7C0CC

Tints of French Grey #C7C0CC

RGB

 RED value IS 199 (78.13% from 255) = 33.45%

 GREEN value IS 192 (75.39% from 255) = 32.27%

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 33.45%
G = 32.27%
B = 34.29%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C7C0CC (or 0xC7C0CC) is known color: French Grey. HEX triplet: C7, C0 and CC. RGB value is (199,192,204). Sum of RGB (Red+Green+Blue) = 199+192+204=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0CC is #383F33. Grayscale: #C3C3C3. Windows color (decimal): -3686196 or 13418695. OLE color: 13418695.

HSL color Cylindrical-coordinate representation of color #C7C0CC: hue angle of 275º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C0CC is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 192 204 -
CMYK 0.02 0.06 0 0.2
HSL 275º 0.11% 0.78% -
HSV(B) 275º 0.06% 0.8% -
XYZ 53.3 54.2 64.78 -
YUV 195.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 199 192 204 0.02 0.06 0 0.2 275 0.11 0.78
Hex C7 C0 CC 2 6 0 14 113 B 4E
Octal 307 300 314 2 6 0 24 423 13 116
Binary 11000111 11000000 11001100 10 110 0 10100 100010011 1011 1001110

Color Harmonies of #C7C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C0CC

Black with #C7C0CC

Text Example


Text Example

White with #C7C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C0CC; }

 p { color: rgb(199,192,204); }

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

background-color css

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

 a { background-color: rgb(199,192,204); }

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

border-color css

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

 span { border-color: rgb(199,192,204); }

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