Html Css Color HEX #C9D4BE Ottoman

📋 copy color: '#C9D4BE'

red 201 ◦ green 212 ◦ blue 190

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

Shades of Ottoman #C9D4BE

Tints of Ottoman #C9D4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

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

R = 33.33%
G = 35.16%
B = 31.51%

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

#C9D4BE (or 0xC9D4BE) is known color: Ottoman. HEX triplet: C9, D4 and BE. RGB value is (201,212,190). Sum of RGB (Red+Green+Blue) = 201+212+190=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4BE is #362B41. Grayscale: #CECECE. Windows color (decimal): -3550018 or 12506313. OLE color: 12506313.

HSL color Cylindrical-coordinate representation of color #C9D4BE: hue angle of 90º degrees, saturation: 0.2, 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 #C9D4BE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 212 190 -
CMYK 0.05 0 0.10 0.17
HSL 90º 0.2% 0.79% -
HSV(B) 90º 0.1% 0.83% -
XYZ 56.93 63.22 57.92 -
YUV 206.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 201 212 190 0.05 0 0.10 0.17 90 0.2 0.79
Hex C9 D4 BE 5 0 A 11 5A 14 4F
Octal 311 324 276 5 0 12 21 132 24 117
Binary 11001001 11010100 10111110 101 0 1010 10001 1011010 10100 1001111

Color Harmonies of #C9D4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D4BE

Black with #C9D4BE

Text Example


Text Example

White with #C9D4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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