Html Css Color HEX #C8D1BE Ottoman

📋 copy color: '#C8D1BE'

red 200 ◦ green 209 ◦ blue 190

#C8D1BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #C8D1BE

Tints of Ottoman #C8D1BE

RGB

 RED value IS 200 (78.52% from 255) = 33.39%

 GREEN value IS 209 (82.03% from 255) = 34.89%

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 33.39%
G = 34.89%
B = 31.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#C8D1BE (or 0xC8D1BE) is known color: Ottoman. HEX triplet: C8, D1 and BE. RGB value is (200,209,190). Sum of RGB (Red+Green+Blue) = 200+209+190=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1BE is #372E41. Grayscale: #CCCCCC. Windows color (decimal): -3616322 or 12505544. OLE color: 12505544.

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

Color convert

RGB 200 209 190 -
CMYK 0.04 0 0.09 0.18
HSL 88.42º 0.17% 0.78% -
HSV(B) 88.42º 0.09% 0.82% -
XYZ 55.91 61.6 57.66 -
YUV 204.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 200 209 190 0.04 0 0.09 0.18 88.42 0.17 0.78
Hex C8 D1 BE 4 0 9 12 58 11 4E
Octal 310 321 276 4 0 11 22 130 21 116
Binary 11001000 11010001 10111110 100 0 1001 10010 1011000 10001 1001110

Color Harmonies of #C8D1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D1BE

Black with #C8D1BE

Text Example


Text Example

White with #C8D1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D1BE; }

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

 H1.HeaderClassName
 {
   color: #C8D1BE;
 }
 .AnyTagClassName
 {
   color: #C8D1BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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