#C8D4BC

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

Shades of Ottoman #C8D4BC

Tints of Ottoman #C8D4BC

Color information

#C8D4BC (or 0xC8D4BC) is unknown color: approx Ottoman. HEX triplet: C8, D4 and BC. RGB value is (200,212,188). Sum of RGB (Red+Green+Blue) = 200+212+188=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4BC is #372B43. Grayscale: #CDCDCD. Windows color (decimal): -3615556 or 12375240. OLE color: 12375240.

HSL color Cylindrical-coordinate representation of color #C8D4BC: hue angle of 90º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8D4BC is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB200212188-
CMYK0.0600.110.17
HSL90º21.82%78.43%-
HSV(B)90º11.32%83.14%-
XYZ56.446356.76-
YUV205.68118.02123.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.33%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=33.33%
G=35.33%
B=31.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002121880.0600.110.179021.8278.43
HexC8D4BC60B115a164e
Octal31032427460132113226116
Binary11001000110101001011110011001011100011011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D4BC; }

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

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

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

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

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

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

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

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