Html Css Color HEX #C9DCB4 Ottoman

📋 copy color: '#C9DCB4'

red 201 ◦ green 220 ◦ blue 180

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

Shades of Ottoman #C9DCB4

Tints of Ottoman #C9DCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

 BLUE value IS 180 (70.7% from 255) = 29.95%

R = 33.44%
G = 36.61%
B = 29.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#C9DCB4 (or 0xC9DCB4) is known color: Ottoman. HEX triplet: C9, DC and B4. RGB value is (201,220,180). Sum of RGB (Red+Green+Blue) = 201+220+180=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCB4 is #36234B. Grayscale: #D1D1D1. Windows color (decimal): -3547980 or 11853001. OLE color: 11853001.

HSL color Cylindrical-coordinate representation of color #C9DCB4: hue angle of 88.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9DCB4 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 180 -
CMYK 0.09 0 0.18 0.14
HSL 88.5º 0.36% 0.78% -
HSV(B) 88.5º 0.18% 0.86% -
XYZ 57.92 66.9 53.04 -
YUV 209.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 201 220 180 0.09 0 0.18 0.14 88.5 0.36 0.78
Hex C9 DC B4 9 0 12 E 58 24 4E
Octal 311 334 264 11 0 22 16 130 44 116
Binary 11001001 11011100 10110100 1001 0 10010 1110 1011000 100100 1001110

Color Harmonies of #C9DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCB4

Black with #C9DCB4

Text Example


Text Example

White with #C9DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCB4; }

 p { color: rgb(201,220,180); }

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

background-color css

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

 a { background-color: rgb(201,220,180); }

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

border-color css

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

 span { border-color: rgb(201,220,180); }

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