Html Css Color HEX #C9D4BF Ottoman

📋 copy color: '#C9D4BF'

red 201 ◦ green 212 ◦ blue 191

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

Shades of Ottoman #C9D4BF

Tints of Ottoman #C9D4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.62%

R = 33.28%
G = 35.1%
B = 31.62%

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

#C9D4BF (or 0xC9D4BF) is known color: Ottoman. HEX triplet: C9, D4 and BF. RGB value is (201,212,191). Sum of RGB (Red+Green+Blue) = 201+212+191=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4BF is #362B40. Grayscale: #CECECE. Windows color (decimal): -3550017 or 12571849. OLE color: 12571849.

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

Color convert

RGB 201 212 191 -
CMYK 0.05 0 0.10 0.17
HSL 91.43º 0.2% 0.79% -
HSV(B) 91.43º 0.1% 0.83% -
XYZ 57.03 63.27 58.5 -
YUV 206.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 201 212 191 0.05 0 0.10 0.17 91.43 0.2 0.79
Hex C9 D4 BF 5 0 A 11 5B 14 4F
Octal 311 324 277 5 0 12 21 133 24 117
Binary 11001001 11010100 10111111 101 0 1010 10001 1011011 10100 1001111

Color Harmonies of #C9D4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D4BF

Black with #C9D4BF

Text Example


Text Example

White with #C9D4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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