Html Css Color HEX #C9D9B9 Ottoman

📋 copy color: '#C9D9B9'

red 201 ◦ green 217 ◦ blue 185

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

Shades of Ottoman #C9D9B9

Tints of Ottoman #C9D9B9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.99%

 BLUE value IS 185 (72.66% from 255) = 30.68%

R = 33.33%
G = 35.99%
B = 30.68%

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

#C9D9B9 (or 0xC9D9B9) is known color: Ottoman. HEX triplet: C9, D9 and B9. RGB value is (201,217,185). Sum of RGB (Red+Green+Blue) = 201+217+185=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9B9 is #362646. Grayscale: #D0D0D0. Windows color (decimal): -3548743 or 12179913. OLE color: 12179913.

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

Color convert

RGB 201 217 185 -
CMYK 0.07 0 0.15 0.15
HSL 90º 0.3% 0.79% -
HSV(B) 90º 0.15% 0.85% -
XYZ 57.66 65.55 55.51 -
YUV 208.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 201 217 185 0.07 0 0.15 0.15 90 0.3 0.79
Hex C9 D9 B9 7 0 F F 5A 1E 4F
Octal 311 331 271 7 0 17 17 132 36 117
Binary 11001001 11011001 10111001 111 0 1111 1111 1011010 11110 1001111

Color Harmonies of #C9D9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D9B9

Black with #C9D9B9

Text Example


Text Example

White with #C9D9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D9B9; }

 p { color: rgb(201,217,185); }

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

background-color css

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

 a { background-color: rgb(201,217,185); }

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

border-color css

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

 span { border-color: rgb(201,217,185); }

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