Html Css Color HEX #C9D5BB Ottoman

📋 copy color: '#C9D5BB'

red 201 ◦ green 213 ◦ blue 187

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

Shades of Ottoman #C9D5BB

Tints of Ottoman #C9D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

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

R = 33.44%
G = 35.44%
B = 31.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#C9D5BB (or 0xC9D5BB) is known color: Ottoman. HEX triplet: C9, D5 and BB. RGB value is (201,213,187). Sum of RGB (Red+Green+Blue) = 201+213+187=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5BB is #362A44. Grayscale: #CECECE. Windows color (decimal): -3549765 or 12309961. OLE color: 12309961.

HSL color Cylindrical-coordinate representation of color #C9D5BB: hue angle of 87.69º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9D5BB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 213 187 -
CMYK 0.06 0 0.12 0.16
HSL 87.69º 0.24% 0.78% -
HSV(B) 87.69º 0.12% 0.84% -
XYZ 56.85 63.59 56.29 -
YUV 206.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 201 213 187 0.06 0 0.12 0.16 87.69 0.24 0.78
Hex C9 D5 BB 6 0 C 10 58 18 4E
Octal 311 325 273 6 0 14 20 130 30 116
Binary 11001001 11010101 10111011 110 0 1100 10000 1011000 11000 1001110

Color Harmonies of #C9D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D5BB

Black with #C9D5BB

Text Example


Text Example

White with #C9D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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