#C8D7B7

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

Shades of Ottoman #C8D7B7

Tints of Ottoman #C8D7B7

Color information

#C8D7B7 (or 0xC8D7B7) is unknown color: approx Ottoman. HEX triplet: C8, D7 and B7. RGB value is (200,215,183). Sum of RGB (Red+Green+Blue) = 200+215+183=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7B7 is #372848. Grayscale: #CECECE. Windows color (decimal): -3614793 or 12048328. OLE color: 12048328.

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

Color convert

RGB200215183-
CMYK0.0700.150.16
HSL88.12º28.57%78.04%-
HSV(B)88.12º14.88%84.31%-
XYZ56.6764.354.22-
YUV206.87114.53123.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=33.44%
G=35.95%
B=30.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002151830.0700.150.1688.1228.5778.04
HexC8D7B770F10581d4e
Octal31032726770172013035116
Binary11001000110101111011011111101111100001011000111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D7B7; }

 p { color: rgb(200,215,183); }

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

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

 a { background-color: rgb(200,215,183); }

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

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

 span { border-color: rgb(200,215,183); }

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