Html Css Color HEX #C1B6CB French Grey

📋 copy color: '#C1B6CB'

red 193 ◦ green 182 ◦ blue 203

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

Shades of French Grey #C1B6CB

Tints of French Grey #C1B6CB

RGB

 RED value IS 193 (75.78% from 255) = 33.39%

 GREEN value IS 182 (71.48% from 255) = 31.49%

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

R = 33.39%
G = 31.49%
B = 35.12%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1B6CB (or 0xC1B6CB) is known color: French Grey. HEX triplet: C1, B6 and CB. RGB value is (193,182,203). Sum of RGB (Red+Green+Blue) = 193+182+203=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B6CB is #3E4934. Grayscale: #BBBBBB. Windows color (decimal): -4081973 or 13350593. OLE color: 13350593.

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

Color convert

RGB 193 182 203 -
CMYK 0.05 0.10 0 0.20
HSL 271.43º 0.17% 0.75% -
HSV(B) 271.43º 0.1% 0.8% -
XYZ 49.5 49.11 63.37 -
YUV 187.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 193 182 203 0.05 0.10 0 0.20 271.43 0.17 0.75
Hex C1 B6 CB 5 A 0 14 10F 11 4B
Octal 301 266 313 5 12 0 24 417 21 113
Binary 11000001 10110110 11001011 101 1010 0 10100 100001111 10001 1001011

Color Harmonies of #C1B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B6CB

Black with #C1B6CB

Text Example


Text Example

White with #C1B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B6CB; }

 p { color: rgb(193,182,203); }

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

background-color css

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

 a { background-color: rgb(193,182,203); }

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

border-color css

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

 span { border-color: rgb(193,182,203); }

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