Html Css Color HEX #C9D8B7 Ottoman

📋 copy color: '#C9D8B7'

red 201 ◦ green 216 ◦ blue 183

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

Shades of Ottoman #C9D8B7

Tints of Ottoman #C9D8B7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36%

 BLUE value IS 183 (71.88% from 255) = 30.5%

R = 33.5%
G = 36%
B = 30.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#C9D8B7 (or 0xC9D8B7) is known color: Ottoman. HEX triplet: C9, D8 and B7. RGB value is (201,216,183). Sum of RGB (Red+Green+Blue) = 201+216+183=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8B7 is #362748. Grayscale: #CFCFCF. Windows color (decimal): -3549001 or 12048585. OLE color: 12048585.

HSL color Cylindrical-coordinate representation of color #C9D8B7: hue angle of 87.27º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9D8B7 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 216 183 -
CMYK 0.07 0 0.15 0.15
HSL 87.27º 0.3% 0.78% -
HSV(B) 87.27º 0.15% 0.85% -
XYZ 57.19 64.95 54.32 -
YUV 207.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 201 216 183 0.07 0 0.15 0.15 87.27 0.3 0.78
Hex C9 D8 B7 7 0 F F 57 1E 4E
Octal 311 330 267 7 0 17 17 127 36 116
Binary 11001001 11011000 10110111 111 0 1111 1111 1010111 11110 1001110

Color Harmonies of #C9D8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D8B7

Black with #C9D8B7

Text Example


Text Example

White with #C9D8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D8B7; }

 p { color: rgb(201,216,183); }

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

background-color css

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

 a { background-color: rgb(201,216,183); }

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

border-color css

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

 span { border-color: rgb(201,216,183); }

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