Html Css Color HEX #C9DABA Ottoman

📋 copy color: '#C9DABA'

red 201 ◦ green 218 ◦ blue 186

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

Shades of Ottoman #C9DABA

Tints of Ottoman #C9DABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 33.22%
G = 36.03%
B = 30.74%

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

#C9DABA (or 0xC9DABA) is known color: Ottoman. HEX triplet: C9, DA and BA. RGB value is (201,218,186). Sum of RGB (Red+Green+Blue) = 201+218+186=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DABA is #362545. Grayscale: #D1D1D1. Windows color (decimal): -3548486 or 12245705. OLE color: 12245705.

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

Color convert

RGB 201 218 186 -
CMYK 0.08 0 0.15 0.15
HSL 91.88º 0.3% 0.79% -
HSV(B) 91.88º 0.15% 0.85% -
XYZ 58.02 66.11 56.16 -
YUV 209.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 201 218 186 0.08 0 0.15 0.15 91.88 0.3 0.79
Hex C9 DA BA 8 0 F F 5C 1E 4F
Octal 311 332 272 10 0 17 17 134 36 117
Binary 11001001 11011010 10111010 1000 0 1111 1111 1011100 11110 1001111

Color Harmonies of #C9DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DABA

Black with #C9DABA

Text Example


Text Example

White with #C9DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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