Html Css Color HEX #C0B8CB French Grey

📋 copy color: '#C0B8CB'

red 192 ◦ green 184 ◦ blue 203

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

Shades of French Grey #C0B8CB

Tints of French Grey #C0B8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.78%

 BLUE value IS 203 (79.69% from 255) = 35.06%

R = 33.16%
G = 31.78%
B = 35.06%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0B8CB (or 0xC0B8CB) is known color: French Grey. HEX triplet: C0, B8 and CB. RGB value is (192,184,203). Sum of RGB (Red+Green+Blue) = 192+184+203=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8CB is #3F4734. Grayscale: #BCBCBC. Windows color (decimal): -4146997 or 13351104. OLE color: 13351104.

HSL color Cylindrical-coordinate representation of color #C0B8CB: hue angle of 265.26º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B8CB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 184 203 -
CMYK 0.05 0.09 0 0.20
HSL 265.26º 0.15% 0.76% -
HSV(B) 265.26º 0.09% 0.8% -
XYZ 49.66 49.8 63.49 -
YUV 188.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 192 184 203 0.05 0.09 0 0.20 265.26 0.15 0.76
Hex C0 B8 CB 5 9 0 14 109 F 4C
Octal 300 270 313 5 11 0 24 411 17 114
Binary 11000000 10111000 11001011 101 1001 0 10100 100001001 1111 1001100

Color Harmonies of #C0B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B8CB

Black with #C0B8CB

Text Example


Text Example

White with #C0B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B8CB; }

 p { color: rgb(192,184,203); }

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

background-color css

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

 a { background-color: rgb(192,184,203); }

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

border-color css

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

 span { border-color: rgb(192,184,203); }

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