Html Css Color HEX #C9D5BE Ottoman

📋 copy color: '#C9D5BE'

red 201 ◦ green 213 ◦ blue 190

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

Shades of Ottoman #C9D5BE

Tints of Ottoman #C9D5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.26%

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

R = 33.28%
G = 35.26%
B = 31.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#C9D5BE (or 0xC9D5BE) is known color: Ottoman. HEX triplet: C9, D5 and BE. RGB value is (201,213,190). Sum of RGB (Red+Green+Blue) = 201+213+190=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5BE is #362A41. Grayscale: #CECECE. Windows color (decimal): -3549762 or 12506569. OLE color: 12506569.

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

Color convert

RGB 201 213 190 -
CMYK 0.06 0 0.11 0.16
HSL 91.3º 0.21% 0.79% -
HSV(B) 91.3º 0.11% 0.84% -
XYZ 57.18 63.72 58 -
YUV 206.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 201 213 190 0.06 0 0.11 0.16 91.3 0.21 0.79
Hex C9 D5 BE 6 0 B 10 5B 15 4F
Octal 311 325 276 6 0 13 20 133 25 117
Binary 11001001 11010101 10111110 110 0 1011 10000 1011011 10101 1001111

Color Harmonies of #C9D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D5BE

Black with #C9D5BE

Text Example


Text Example

White with #C9D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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