#206176

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

Shades of Orient #206176

Tints of Orient #206176

Color information

#206176 (or 0x206176) is unknown color: approx Orient. HEX triplet: 20, 61 and 76. RGB value is (32,97,118). Sum of RGB (Red+Green+Blue) = 32+97+118=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #206176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206176 is #DF9E89. Grayscale: #4F4F4F. Windows color (decimal): -14655114 or 7758112. OLE color: 7758112.

HSL color Cylindrical-coordinate representation of color #206176: hue angle of 194.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206176 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3297118-
CMYK0.730.1800.54
HSL194.65º57.33%29.41%-
HSV(B)194.65º72.88%46.27%-
XYZ8.1410.1618.67-
YUV79.96149.4793.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=12.96%
G=39.27%
B=47.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32971180.730.1800.54194.6557.3329.41
Hex2061764912036c3391d
Octal40141166111220663037135
Binary1000001100001111011010010011001001101101100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206176; }

 p { color: rgb(32,97,118); }

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

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

 a { background-color: rgb(32,97,118); }

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

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

 span { border-color: rgb(32,97,118); }

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