Html Css Color HEX #C9D3BE Ottoman

📋 copy color: '#C9D3BE'

red 201 ◦ green 211 ◦ blue 190

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

Shades of Ottoman #C9D3BE

Tints of Ottoman #C9D3BE

RGB

 RED value IS 201 (78.91% from 255) = 33.39%

 GREEN value IS 211 (82.81% from 255) = 35.05%

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

R = 33.39%
G = 35.05%
B = 31.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#C9D3BE (or 0xC9D3BE) is known color: Ottoman. HEX triplet: C9, D3 and BE. RGB value is (201,211,190). Sum of RGB (Red+Green+Blue) = 201+211+190=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3BE is #362C41. Grayscale: #CDCDCD. Windows color (decimal): -3550274 or 12506057. OLE color: 12506057.

HSL color Cylindrical-coordinate representation of color #C9D3BE: hue angle of 88.57º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9D3BE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 211 190 -
CMYK 0.05 0 0.10 0.17
HSL 88.57º 0.19% 0.79% -
HSV(B) 88.57º 0.1% 0.83% -
XYZ 56.68 62.72 57.83 -
YUV 205.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 201 211 190 0.05 0 0.10 0.17 88.57 0.19 0.79
Hex C9 D3 BE 5 0 A 11 59 13 4F
Octal 311 323 276 5 0 12 21 131 23 117
Binary 11001001 11010011 10111110 101 0 1010 10001 1011001 10011 1001111

Color Harmonies of #C9D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D3BE

Black with #C9D3BE

Text Example


Text Example

White with #C9D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D3BE; }

 p { color: rgb(201,211,190); }

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

background-color css

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

 a { background-color: rgb(201,211,190); }

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

border-color css

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

 span { border-color: rgb(201,211,190); }

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