#C0B8AB

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

Shades of Cotton Seed #C0B8AB

Tints of Cotton Seed #C0B8AB

Color information

#C0B8AB (or 0xC0B8AB) is unknown color: approx Cotton Seed. HEX triplet: C0, B8 and AB. RGB value is (192,184,171). Sum of RGB (Red+Green+Blue) = 192+184+171=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8AB is #3F4754. Grayscale: #B8B8B8. Windows color (decimal): -4147029 or 11253952. OLE color: 11253952.

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

Color convert

RGB192184171-
CMYK00.040.110.25
HSL37.14º14.29%71.18%-
HSV(B)37.14º10.94%75.29%-
XYZ46.2348.4345.44-
YUV184.91120.15133.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=35.10%
G=33.64%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218417100.040.110.2537.1414.2971.18
HexC0B8AB04B1925e47
Octal3002702530413314516107
Binary110000001011100010101011010010111100110010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8AB; }

 p { color: rgb(192,184,171); }

 H1.HeaderClassName
 {
   color: #C0B8AB;
 }
 .AnyTagClassName
 {
   color: #C0B8AB;
 }
</style>
background-color css

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

 a { background-color: rgb(192,184,171); }

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

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

 span { border-color: rgb(192,184,171); }

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