Html Css Color HEX #C0BCC7 French Grey

📋 copy color: '#C0BCC7'

red 192 ◦ green 188 ◦ blue 199

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

Shades of French Grey #C0BCC7

Tints of French Grey #C0BCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.47%

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 33.16%
G = 32.47%
B = 34.37%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C0BCC7 (or 0xC0BCC7) is known color: French Grey. HEX triplet: C0, BC and C7. RGB value is (192,188,199). Sum of RGB (Red+Green+Blue) = 192+188+199=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #C0BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC7 is #3F4338. Grayscale: #BEBEBE. Windows color (decimal): -4145977 or 13089984. OLE color: 13089984.

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

Color convert

RGB 192 188 199 -
CMYK 0.04 0.06 0 0.22
HSL 261.82º 0.09% 0.76% -
HSV(B) 261.82º 0.06% 0.78% -
XYZ 50.03 51.3 61.3 -
YUV 190.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 192 188 199 0.04 0.06 0 0.22 261.82 0.09 0.76
Hex C0 BC C7 4 6 0 16 106 9 4C
Octal 300 274 307 4 6 0 26 406 11 114
Binary 11000000 10111100 11000111 100 110 0 10110 100000110 1001 1001100

Color Harmonies of #C0BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCC7

Black with #C0BCC7

Text Example


Text Example

White with #C0BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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