#C0BBB0

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

Shades of Cotton Seed #C0BBB0

Tints of Cotton Seed #C0BBB0

Color information

#C0BBB0 (or 0xC0BBB0) is unknown color: approx Cotton Seed. HEX triplet: C0, BB and B0. RGB value is (192,187,176). Sum of RGB (Red+Green+Blue) = 192+187+176=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBB0 is #3F444F. Grayscale: #BBBBBB. Windows color (decimal): -4146256 or 11582400. OLE color: 11582400.

HSL color Cylindrical-coordinate representation of color #C0BBB0: hue angle of 41.25º 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 #C0BBB0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192187176-
CMYK00.030.080.25
HSL41.25º11.27%72.16%-
HSV(B)41.25º8.33%75.29%-
XYZ47.3549.8848.21-
YUV187.24121.66131.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=34.59%
G=33.69%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218717600.030.080.2541.2511.2772.16
HexC0BBB00381929b48
Octal3002732600310315113110
Binary11000000101110111011000001110001100110100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBB0; }

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

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

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

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

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

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

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

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