#C0B9B3

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

Shades of Tide #C0B9B3

Tints of Tide #C0B9B3

Color information

#C0B9B3 (or 0xC0B9B3) is unknown color: approx Tide. HEX triplet: C0, B9 and B3. RGB value is (192,185,179). Sum of RGB (Red+Green+Blue) = 192+185+179=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9B3 is #3F464C. Grayscale: #BABABA. Windows color (decimal): -4146765 or 11778496. OLE color: 11778496.

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

Color convert

RGB192185179-
CMYK00.040.070.25
HSL27.69º9.35%72.75%-
HSV(B)27.69º6.77%75.29%-
XYZ47.2249.1649.65-
YUV186.41123.82131.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=34.53%
G=33.27%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218517900.040.070.2527.699.3572.75
HexC0B9B3047191c949
Octal300271263047313411111
Binary1100000010111001101100110100111110011110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9B3; }

 p { color: rgb(192,185,179); }

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

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

 a { background-color: rgb(192,185,179); }

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

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

 span { border-color: rgb(192,185,179); }

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