Html Css Color HEX #C0BAAD Cotton Seed

📋 copy color: '#C0BAAD'

red 192 ◦ green 186 ◦ blue 173

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

Shades of Cotton Seed #C0BAAD

Tints of Cotton Seed #C0BAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 34.85%
G = 33.76%
B = 31.4%

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

#C0BAAD (or 0xC0BAAD) is known color: Cotton Seed. HEX triplet: C0, BA and AD. RGB value is (192,186,173). Sum of RGB (Red+Green+Blue) = 192+186+173=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAAD is #3F4552. Grayscale: #BABABA. Windows color (decimal): -4146515 or 11385536. OLE color: 11385536.

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

Color convert

RGB 192 186 173 -
CMYK 0 0.03 0.10 0.25
HSL 41.05º 0.13% 0.72% -
HSV(B) 41.05º 0.1% 0.75% -
XYZ 46.84 49.34 46.59 -
YUV 186.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 192 186 173 0 0.03 0.10 0.25 41.05 0.13 0.72
Hex C0 BA AD 0 3 A 19 29 D 48
Octal 300 272 255 0 3 12 31 51 15 110
Binary 11000000 10111010 10101101 0 11 1010 11001 101001 1101 1001000

Color Harmonies of #C0BAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAAD

Black with #C0BAAD

Text Example


Text Example

White with #C0BAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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