#C8D2BE

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

Shades of Ottoman #C8D2BE

Tints of Ottoman #C8D2BE

Color information

#C8D2BE (or 0xC8D2BE) is unknown color: approx Ottoman. HEX triplet: C8, D2 and BE. RGB value is (200,210,190). Sum of RGB (Red+Green+Blue) = 200+210+190=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2BE is #372D41. Grayscale: #CCCCCC. Windows color (decimal): -3616066 or 12505800. OLE color: 12505800.

HSL color Cylindrical-coordinate representation of color #C8D2BE: hue angle of 90º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D2BE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB200210190-
CMYK0.0500.100.18
HSL90º18.18%78.43%-
HSV(B)90º9.52%82.35%-
XYZ56.1662.0957.74-
YUV204.73119.69124.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.33%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=33.33%
G=35%
B=31.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002101900.0500.100.189018.1878.43
HexC8D2BE50A125a124e
Octal31032227650122213222116
Binary11001000110100101011111010101010100101011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2BE; }

 p { color: rgb(200,210,190); }

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

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

 a { background-color: rgb(200,210,190); }

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

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

 span { border-color: rgb(200,210,190); }

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