#C8D5BC

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

Shades of Ottoman #C8D5BC

Tints of Ottoman #C8D5BC

Color information

#C8D5BC (or 0xC8D5BC) is unknown color: approx Ottoman. HEX triplet: C8, D5 and BC. RGB value is (200,213,188). Sum of RGB (Red+Green+Blue) = 200+213+188=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5BC is #372A43. Grayscale: #CECECE. Windows color (decimal): -3615300 or 12375496. OLE color: 12375496.

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

Color convert

RGB200213188-
CMYK0.0600.120.16
HSL91.2º22.94%78.63%-
HSV(B)91.2º11.74%83.53%-
XYZ56.6963.556.85-
YUV206.26117.69123.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=33.28%
G=35.44%
B=31.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131880.0600.120.1691.222.9478.63
HexC8D5BC60C105b174f
Octal31032527460142013327117
Binary11001000110101011011110011001100100001011011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5BC; }

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

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

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

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

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

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

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

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