#C0BCB0

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

Shades of Cotton Seed #C0BCB0

Tints of Cotton Seed #C0BCB0

Color information

#C0BCB0 (or 0xC0BCB0) is unknown color: approx Cotton Seed. HEX triplet: C0, BC and B0. RGB value is (192,188,176). Sum of RGB (Red+Green+Blue) = 192+188+176=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCB0 is #3F434F. Grayscale: #BBBBBB. Windows color (decimal): -4146000 or 11582656. OLE color: 11582656.

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

Color convert

RGB192188176-
CMYK00.020.080.25
HSL45º11.27%72.16%-
HSV(B)45º8.33%75.29%-
XYZ47.5650.3148.28-
YUV187.83121.33130.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=34.53%
G=33.81%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218817600.020.080.254511.2772.16
HexC0BCB0028192db48
Octal3002742600210315513110
Binary11000000101111001011000001010001100110110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCB0; }

 p { color: rgb(192,188,176); }

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

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

 a { background-color: rgb(192,188,176); }

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

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

 span { border-color: rgb(192,188,176); }

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