Html Css Color HEX #C0C7BF Paris White

📋 copy color: '#C0C7BF'

red 192 ◦ green 199 ◦ blue 191

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

Shades of Paris White #C0C7BF

Tints of Paris White #C0C7BF

RGB

 RED value IS 192 (75.39% from 255) = 32.99%

 GREEN value IS 199 (78.13% from 255) = 34.19%

 BLUE value IS 191 (75% from 255) = 32.82%

R = 32.99%
G = 34.19%
B = 32.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C0C7BF (or 0xC0C7BF) is known color: Paris White. HEX triplet: C0, C7 and BF. RGB value is (192,199,191). Sum of RGB (Red+Green+Blue) = 192+199+191=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7BF is #3F3840. Grayscale: #C4C4C4. Windows color (decimal): -4143169 or 12568512. OLE color: 12568512.

HSL color Cylindrical-coordinate representation of color #C0C7BF: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0C7BF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 191 -
CMYK 0.04 0 0.04 0.22
HSL 112.5º 0.07% 0.76% -
HSV(B) 112.5º 0.04% 0.78% -
XYZ 51.57 55.81 57.35 -
YUV 196 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 192 199 191 0.04 0 0.04 0.22 112.5 0.07 0.76
Hex C0 C7 BF 4 0 4 16 70 7 4C
Octal 300 307 277 4 0 4 26 160 7 114
Binary 11000000 11000111 10111111 100 0 100 10110 1110000 111 1001100

Color Harmonies of #C0C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C7BF

Black with #C0C7BF

Text Example


Text Example

White with #C0C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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