#C0BAAD

Color #C0BAAD Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #C0BAAD

Tints of Cotton Seed #C0BAAD

Color information

#C0BAAD (or 0xC0BAAD) is unknown color: approx 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

RGB192186173-
CMYK00.030.100.25
HSL41.05º13.1%71.57%-
HSV(B)41.05º9.9%75.29%-
XYZ46.8449.3446.59-
YUV186.31120.49132.06-

RGB Variations

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

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.40%
R=34.85%
G=33.76%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218617300.030.100.2541.0513.171.57
HexC0BAAD03A1929d48
Octal3002722550312315115110
Binary11000000101110101010110101110101100110100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>