Html Css Color HEX #C7D0BD Ottoman

📋 copy color: '#C7D0BD'

red 199 ◦ green 208 ◦ blue 189

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

Shades of Ottoman #C7D0BD

Tints of Ottoman #C7D0BD

RGB

 RED value IS 199 (78.13% from 255) = 33.39%

 GREEN value IS 208 (81.64% from 255) = 34.9%

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 33.39%
G = 34.9%
B = 31.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#C7D0BD (or 0xC7D0BD) is known color: Ottoman. HEX triplet: C7, D0 and BD. RGB value is (199,208,189). Sum of RGB (Red+Green+Blue) = 199+208+189=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BD is #382F42. Grayscale: #CBCBCB. Windows color (decimal): -3682115 or 12439751. OLE color: 12439751.

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

Color convert

RGB 199 208 189 -
CMYK 0.04 0 0.09 0.18
HSL 88.42º 0.17% 0.78% -
HSV(B) 88.42º 0.09% 0.82% -
XYZ 55.29 60.93 56.99 -
YUV 203.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 199 208 189 0.04 0 0.09 0.18 88.42 0.17 0.78
Hex C7 D0 BD 4 0 9 12 58 11 4E
Octal 307 320 275 4 0 11 22 130 21 116
Binary 11000111 11010000 10111101 100 0 1001 10010 1011000 10001 1001110

Color Harmonies of #C7D0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0BD

Black with #C7D0BD

Text Example


Text Example

White with #C7D0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0BD; }

 p { color: rgb(199,208,189); }

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

background-color css

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

 a { background-color: rgb(199,208,189); }

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

border-color css

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

 span { border-color: rgb(199,208,189); }

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