Html Css Color HEX #C9DAB9 Ottoman

📋 copy color: '#C9DAB9'

red 201 ◦ green 218 ◦ blue 185

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

Shades of Ottoman #C9DAB9

Tints of Ottoman #C9DAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

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

R = 33.28%
G = 36.09%
B = 30.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#C9DAB9 (or 0xC9DAB9) is known color: Ottoman. HEX triplet: C9, DA and B9. RGB value is (201,218,185). Sum of RGB (Red+Green+Blue) = 201+218+185=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAB9 is #362546. Grayscale: #D1D1D1. Windows color (decimal): -3548487 or 12180169. OLE color: 12180169.

HSL color Cylindrical-coordinate representation of color #C9DAB9: hue angle of 90.91º degrees, saturation: 0.31, 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 #C9DAB9 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 185 -
CMYK 0.08 0 0.15 0.15
HSL 90.91º 0.31% 0.79% -
HSV(B) 90.91º 0.15% 0.85% -
XYZ 57.92 66.06 55.6 -
YUV 209.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 201 218 185 0.08 0 0.15 0.15 90.91 0.31 0.79
Hex C9 DA B9 8 0 F F 5B 1F 4F
Octal 311 332 271 10 0 17 17 133 37 117
Binary 11001001 11011010 10111001 1000 0 1111 1111 1011011 11111 1001111

Color Harmonies of #C9DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAB9

Black with #C9DAB9

Text Example


Text Example

White with #C9DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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