Html Css Color HEX #C1BACA French Grey

📋 copy color: '#C1BACA'

red 193 ◦ green 186 ◦ blue 202

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

Shades of French Grey #C1BACA

Tints of French Grey #C1BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 33.22%
G = 32.01%
B = 34.77%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1BACA (or 0xC1BACA) is known color: French Grey. HEX triplet: C1, BA and CA. RGB value is (193,186,202). Sum of RGB (Red+Green+Blue) = 193+186+202=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BACA is #3E4535. Grayscale: #BDBDBD. Windows color (decimal): -4080950 or 13286081. OLE color: 13286081.

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

Color convert

RGB 193 186 202 -
CMYK 0.04 0.08 0 0.21
HSL 266.25º 0.13% 0.76% -
HSV(B) 266.25º 0.08% 0.79% -
XYZ 50.21 50.72 63.02 -
YUV 189.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 193 186 202 0.04 0.08 0 0.21 266.25 0.13 0.76
Hex C1 BA CA 4 8 0 15 10A D 4C
Octal 301 272 312 4 10 0 25 412 15 114
Binary 11000001 10111010 11001010 100 1000 0 10101 100001010 1101 1001100

Color Harmonies of #C1BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BACA

Black with #C1BACA

Text Example


Text Example

White with #C1BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BACA; }

 p { color: rgb(193,186,202); }

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

background-color css

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

 a { background-color: rgb(193,186,202); }

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

border-color css

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

 span { border-color: rgb(193,186,202); }

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