#C8D5BA

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

Shades of Ottoman #C8D5BA

Tints of Ottoman #C8D5BA

Color information

#C8D5BA (or 0xC8D5BA) is unknown color: approx Ottoman. HEX triplet: C8, D5 and BA. RGB value is (200,213,186). Sum of RGB (Red+Green+Blue) = 200+213+186=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5BA is #372A45. Grayscale: #CECECE. Windows color (decimal): -3615302 or 12244424. OLE color: 12244424.

HSL color Cylindrical-coordinate representation of color #C8D5BA: hue angle of 88.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8D5BA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB200213186-
CMYK0.0600.130.16
HSL88.89º24.32%78.24%-
HSV(B)88.89º12.68%83.53%-
XYZ56.4863.4155.72-
YUV206.04116.69123.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.39%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=33.39%
G=35.56%
B=31.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131860.0600.130.1688.8924.3278.24
HexC8D5BA60D1059184e
Octal31032527260152013130116
Binary11001000110101011011101011001101100001011001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5BA; }

 p { color: rgb(200,213,186); }

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

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

 a { background-color: rgb(200,213,186); }

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

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

 span { border-color: rgb(200,213,186); }

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