Html Css Color HEX #C0B3CB French Grey

📋 copy color: '#C0B3CB'

red 192 ◦ green 179 ◦ blue 203

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

Shades of French Grey #C0B3CB

Tints of French Grey #C0B3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.18%

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

R = 33.45%
G = 31.18%
B = 35.37%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0B3CB (or 0xC0B3CB) is known color: French Grey. HEX triplet: C0, B3 and CB. RGB value is (192,179,203). Sum of RGB (Red+Green+Blue) = 192+179+203=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0B3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3CB is #3F4C34. Grayscale: #B9B9B9. Windows color (decimal): -4148277 or 13349824. OLE color: 13349824.

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

Color convert

RGB 192 179 203 -
CMYK 0.05 0.12 0 0.20
HSL 272.5º 0.19% 0.75% -
HSV(B) 272.5º 0.12% 0.8% -
XYZ 48.64 47.76 63.15 -
YUV 185.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 192 179 203 0.05 0.12 0 0.20 272.5 0.19 0.75
Hex C0 B3 CB 5 C 0 14 110 13 4B
Octal 300 263 313 5 14 0 24 420 23 113
Binary 11000000 10110011 11001011 101 1100 0 10100 100010000 10011 1001011

Color Harmonies of #C0B3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B3CB

Black with #C0B3CB

Text Example


Text Example

White with #C0B3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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