Html Css Color HEX #C0BAC7 French Grey

📋 copy color: '#C0BAC7'

red 192 ◦ green 186 ◦ blue 199

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

Shades of French Grey #C0BAC7

Tints of French Grey #C0BAC7

RGB

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

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

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

R = 33.28%
G = 32.24%
B = 34.49%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C0BAC7 (or 0xC0BAC7) is known color: French Grey. HEX triplet: C0, BA and C7. RGB value is (192,186,199). Sum of RGB (Red+Green+Blue) = 192+186+199=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 199 - color contains mainly: blue. Hex color #C0BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAC7 is #3F4538. Grayscale: #BDBDBD. Windows color (decimal): -4146489 or 13089472. OLE color: 13089472.

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

Color convert

RGB 192 186 199 -
CMYK 0.04 0.07 0 0.22
HSL 267.69º 0.1% 0.75% -
HSV(B) 267.69º 0.07% 0.78% -
XYZ 49.61 50.45 61.16 -
YUV 189.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 192 186 199 0.04 0.07 0 0.22 267.69 0.1 0.75
Hex C0 BA C7 4 7 0 16 10C A 4B
Octal 300 272 307 4 7 0 26 414 12 113
Binary 11000000 10111010 11000111 100 111 0 10110 100001100 1010 1001011

Color Harmonies of #C0BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAC7

Black with #C0BAC7

Text Example


Text Example

White with #C0BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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