Html Css Color HEX #C7D0BF Ottoman

📋 copy color: '#C7D0BF'

red 199 ◦ green 208 ◦ blue 191

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

Shades of Ottoman #C7D0BF

Tints of Ottoman #C7D0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.94%

R = 33.28%
G = 34.78%
B = 31.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#C7D0BF (or 0xC7D0BF) is known color: Ottoman. HEX triplet: C7, D0 and BF. RGB value is (199,208,191). Sum of RGB (Red+Green+Blue) = 199+208+191=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BF is #382F40. Grayscale: #CBCBCB. Windows color (decimal): -3682113 or 12570823. OLE color: 12570823.

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

Color convert

RGB 199 208 191 -
CMYK 0.04 0 0.08 0.18
HSL 91.76º 0.15% 0.78% -
HSV(B) 91.76º 0.08% 0.82% -
XYZ 55.51 61.02 58.14 -
YUV 203.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 199 208 191 0.04 0 0.08 0.18 91.76 0.15 0.78
Hex C7 D0 BF 4 0 8 12 5C F 4E
Octal 307 320 277 4 0 10 22 134 17 116
Binary 11000111 11010000 10111111 100 0 1000 10010 1011100 1111 1001110

Color Harmonies of #C7D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0BF

Black with #C7D0BF

Text Example


Text Example

White with #C7D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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