#C0B6A9

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

Shades of Tide #C0B6A9

Tints of Tide #C0B6A9

Color information

#C0B6A9 (or 0xC0B6A9) is unknown color: approx Tide. HEX triplet: C0, B6 and A9. RGB value is (192,182,169). Sum of RGB (Red+Green+Blue) = 192+182+169=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B6A9 is #3F4956. Grayscale: #B7B7B7. Windows color (decimal): -4147543 or 11122368. OLE color: 11122368.

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

Color convert

RGB192182169-
CMYK00.050.120.25
HSL33.91º15.44%70.78%-
HSV(B)33.91º11.98%75.29%-
XYZ45.6347.5344.3-
YUV183.51119.81134.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=35.36%
G=33.52%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218216900.050.120.2533.9115.4470.78
HexC0B6A905C1922f47
Octal3002662510514314217107
Binary110000001011011010101001010111001100110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B6A9; }

 p { color: rgb(192,182,169); }

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

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

 a { background-color: rgb(192,182,169); }

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

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

 span { border-color: rgb(192,182,169); }

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