Html Css Color HEX #C9D3C0 Ottoman

📋 copy color: '#C9D3C0'

red 201 ◦ green 211 ◦ blue 192

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

Shades of Ottoman #C9D3C0

Tints of Ottoman #C9D3C0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.93%

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 33.28%
G = 34.93%
B = 31.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#C9D3C0 (or 0xC9D3C0) is known color: Ottoman. HEX triplet: C9, D3 and C0. RGB value is (201,211,192). Sum of RGB (Red+Green+Blue) = 201+211+192=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3C0 is #362C3F. Grayscale: #CDCDCD. Windows color (decimal): -3550272 or 12637129. OLE color: 12637129.

HSL color Cylindrical-coordinate representation of color #C9D3C0: hue angle of 91.58º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D3C0 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 211 192 -
CMYK 0.05 0 0.09 0.17
HSL 91.58º 0.18% 0.79% -
HSV(B) 91.58º 0.09% 0.83% -
XYZ 56.9 62.81 58.99 -
YUV 205.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 201 211 192 0.05 0 0.09 0.17 91.58 0.18 0.79
Hex C9 D3 C0 5 0 9 11 5C 12 4F
Octal 311 323 300 5 0 11 21 134 22 117
Binary 11001001 11010011 11000000 101 0 1001 10001 1011100 10010 1001111

Color Harmonies of #C9D3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D3C0

Black with #C9D3C0

Text Example


Text Example

White with #C9D3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D3C0; }

 p { color: rgb(201,211,192); }

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

background-color css

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

 a { background-color: rgb(201,211,192); }

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

border-color css

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

 span { border-color: rgb(201,211,192); }

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