Html Css Color HEX #C0BAC9 French Grey

📋 copy color: '#C0BAC9'

red 192 ◦ green 186 ◦ blue 201

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

Shades of French Grey #C0BAC9

Tints of French Grey #C0BAC9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.12%

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 33.16%
G = 32.12%
B = 34.72%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0BAC9 (or 0xC0BAC9) is known color: French Grey. HEX triplet: C0, BA and C9. RGB value is (192,186,201). Sum of RGB (Red+Green+Blue) = 192+186+201=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAC9 is #3F4536. Grayscale: #BDBDBD. Windows color (decimal): -4146487 or 13220544. OLE color: 13220544.

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

Color convert

RGB 192 186 201 -
CMYK 0.04 0.07 0 0.21
HSL 264º 0.12% 0.76% -
HSV(B) 264º 0.07% 0.79% -
XYZ 49.84 50.54 62.39 -
YUV 189.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 192 186 201 0.04 0.07 0 0.21 264 0.12 0.76
Hex C0 BA C9 4 7 0 15 108 C 4C
Octal 300 272 311 4 7 0 25 410 14 114
Binary 11000000 10111010 11001001 100 111 0 10101 100001000 1100 1001100

Color Harmonies of #C0BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAC9

Black with #C0BAC9

Text Example


Text Example

White with #C0BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAC9; }

 p { color: rgb(192,186,201); }

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

background-color css

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

 a { background-color: rgb(192,186,201); }

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

border-color css

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

 span { border-color: rgb(192,186,201); }

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