Html Css Color HEX #C9D2BE Ottoman

📋 copy color: '#C9D2BE'

red 201 ◦ green 210 ◦ blue 190

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

Shades of Ottoman #C9D2BE

Tints of Ottoman #C9D2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

 BLUE value IS 190 (74.61% from 255) = 31.61%

R = 33.44%
G = 34.94%
B = 31.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C9D2BE (or 0xC9D2BE) is known color: Ottoman. HEX triplet: C9, D2 and BE. RGB value is (201,210,190). Sum of RGB (Red+Green+Blue) = 201+210+190=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2BE is #362D41. Grayscale: #CDCDCD. Windows color (decimal): -3550530 or 12505801. OLE color: 12505801.

HSL color Cylindrical-coordinate representation of color #C9D2BE: hue angle of 87º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9D2BE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 210 190 -
CMYK 0.04 0 0.10 0.18
HSL 87º 0.18% 0.78% -
HSV(B) 87º 0.1% 0.82% -
XYZ 56.43 62.23 57.75 -
YUV 205.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 201 210 190 0.04 0 0.10 0.18 87 0.18 0.78
Hex C9 D2 BE 4 0 A 12 57 12 4E
Octal 311 322 276 4 0 12 22 127 22 116
Binary 11001001 11010010 10111110 100 0 1010 10010 1010111 10010 1001110

Color Harmonies of #C9D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2BE

Black with #C9D2BE

Text Example


Text Example

White with #C9D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2BE; }

 p { color: rgb(201,210,190); }

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

background-color css

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

 a { background-color: rgb(201,210,190); }

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

border-color css

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

 span { border-color: rgb(201,210,190); }

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