Html Css Color HEX #206176 Orient

📋 copy color: '#206176'

red 32 ◦ green 97 ◦ blue 118

#206176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #206176

Tints of Orient #206176

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 value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#206176 (or 0x206176) is known color: 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

RGB 32 97 118 -
CMYK 0.73 0.18 0 0.54
HSL 194.65º 0.57% 0.29% -
HSV(B) 194.65º 0.73% 0.46% -
XYZ 8.14 10.16 18.67 -
YUV 79.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 32 97 118 0.73 0.18 0 0.54 194.65 0.57 0.29
Hex 20 61 76 49 12 0 36 C3 39 1D
Octal 40 141 166 111 22 0 66 303 71 35
Binary 100000 1100001 1110110 1001001 10010 0 110110 11000011 111001 11101

Color Harmonies of #206176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206176

Black with #206176

Text Example


Text Example

White with #206176

Text Example


Text Example

HTML Codes & Css Web 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>