Html Css Color HEX #C9DABB Ottoman

📋 copy color: '#C9DABB'

red 201 ◦ green 218 ◦ blue 187

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

Shades of Ottoman #C9DABB

Tints of Ottoman #C9DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.86%

R = 33.17%
G = 35.97%
B = 30.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C9DABB (or 0xC9DABB) is known color: Ottoman. HEX triplet: C9, DA and BB. RGB value is (201,218,187). Sum of RGB (Red+Green+Blue) = 201+218+187=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DABB is #362544. Grayscale: #D1D1D1. Windows color (decimal): -3548485 or 12311241. OLE color: 12311241.

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

Color convert

RGB 201 218 187 -
CMYK 0.08 0 0.14 0.15
HSL 92.9º 0.3% 0.79% -
HSV(B) 92.9º 0.14% 0.85% -
XYZ 58.13 66.15 56.72 -
YUV 209.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 201 218 187 0.08 0 0.14 0.15 92.9 0.3 0.79
Hex C9 DA BB 8 0 E F 5D 1E 4F
Octal 311 332 273 10 0 16 17 135 36 117
Binary 11001001 11011010 10111011 1000 0 1110 1111 1011101 11110 1001111

Color Harmonies of #C9DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DABB

Black with #C9DABB

Text Example


Text Example

White with #C9DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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