Html Css Color HEX #C1BAAC Cotton Seed

📋 copy color: '#C1BAAC'

red 193 ◦ green 186 ◦ blue 172

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

Shades of Cotton Seed #C1BAAC

Tints of Cotton Seed #C1BAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 35.03%
G = 33.76%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C1BAAC (or 0xC1BAAC) is known color: Cotton Seed. HEX triplet: C1, BA and AC. RGB value is (193,186,172). Sum of RGB (Red+Green+Blue) = 193+186+172=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAAC is #3E4553. Grayscale: #BABABA. Windows color (decimal): -4080980 or 11320001. OLE color: 11320001.

HSL color Cylindrical-coordinate representation of color #C1BAAC: hue angle of 40º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BAAC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 172 -
CMYK 0 0.04 0.11 0.24
HSL 40º 0.14% 0.72% -
HSV(B) 40º 0.11% 0.76% -
XYZ 47 49.43 46.09 -
YUV 186.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 193 186 172 0 0.04 0.11 0.24 40 0.14 0.72
Hex C1 BA AC 0 4 B 18 28 E 48
Octal 301 272 254 0 4 13 30 50 16 110
Binary 11000001 10111010 10101100 0 100 1011 11000 101000 1110 1001000

Color Harmonies of #C1BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAAC

Black with #C1BAAC

Text Example


Text Example

White with #C1BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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