Html Css Color HEX #C7C3CC French Grey

📋 copy color: '#C7C3CC'

red 199 ◦ green 195 ◦ blue 204

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

Shades of French Grey #C7C3CC

Tints of French Grey #C7C3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.61%

 BLUE value IS 204 (80.08% 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.2

RGB Variations

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

Color information

#C7C3CC (or 0xC7C3CC) is known color: French Grey. HEX triplet: C7, C3 and CC. RGB value is (199,195,204). Sum of RGB (Red+Green+Blue) = 199+195+204=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3CC is #383C33. Grayscale: #C5C5C5. Windows color (decimal): -3685428 or 13419463. OLE color: 13419463.

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

Color convert

RGB 199 195 204 -
CMYK 0.02 0.04 0 0.2
HSL 266.67º 0.08% 0.78% -
HSV(B) 266.67º 0.04% 0.8% -
XYZ 53.97 55.53 65 -
YUV 197.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 199 195 204 0.02 0.04 0 0.2 266.67 0.08 0.78
Hex C7 C3 CC 2 4 0 14 10B 8 4E
Octal 307 303 314 2 4 0 24 413 10 116
Binary 11000111 11000011 11001100 10 100 0 10100 100001011 1000 1001110

Color Harmonies of #C7C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C3CC

Black with #C7C3CC

Text Example


Text Example

White with #C7C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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