Html Css Color HEX #C0BAAC Cotton Seed

📋 copy color: '#C0BAAC'

red 192 ◦ green 186 ◦ blue 172

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

Shades of Cotton Seed #C0BAAC

Tints of Cotton Seed #C0BAAC

RGB

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

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

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

R = 34.91%
G = 33.82%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0BAAC (or 0xC0BAAC) is known color: Cotton Seed. HEX triplet: C0, BA and AC. RGB value is (192,186,172). Sum of RGB (Red+Green+Blue) = 192+186+172=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAAC is #3F4553. Grayscale: #BABABA. Windows color (decimal): -4146516 or 11320000. OLE color: 11320000.

HSL color Cylindrical-coordinate representation of color #C0BAAC: hue angle of 42º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BAAC is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 172 -
CMYK 0 0.03 0.10 0.25
HSL 42º 0.14% 0.71% -
HSV(B) 42º 0.1% 0.75% -
XYZ 46.74 49.3 46.08 -
YUV 186.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 192 186 172 0 0.03 0.10 0.25 42 0.14 0.71
Hex C0 BA AC 0 3 A 19 2A E 47
Octal 300 272 254 0 3 12 31 52 16 107
Binary 11000000 10111010 10101100 0 11 1010 11001 101010 1110 1000111

Color Harmonies of #C0BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAAC

Black with #C0BAAC

Text Example


Text Example

White with #C0BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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