Html Css Color HEX #C7D4BA Ottoman

📋 copy color: '#C7D4BA'

red 199 ◦ green 212 ◦ blue 186

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

Shades of Ottoman #C7D4BA

Tints of Ottoman #C7D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 33.33%
G = 35.51%
B = 31.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#C7D4BA (or 0xC7D4BA) is known color: Ottoman. HEX triplet: C7, D4 and BA. RGB value is (199,212,186). Sum of RGB (Red+Green+Blue) = 199+212+186=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4BA is #382B45. Grayscale: #CDCDCD. Windows color (decimal): -3681094 or 12244167. OLE color: 12244167.

HSL color Cylindrical-coordinate representation of color #C7D4BA: hue angle of 90º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7D4BA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 212 186 -
CMYK 0.06 0 0.12 0.17
HSL 90º 0.23% 0.78% -
HSV(B) 90º 0.12% 0.83% -
XYZ 55.96 62.77 55.62 -
YUV 205.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 199 212 186 0.06 0 0.12 0.17 90 0.23 0.78
Hex C7 D4 BA 6 0 C 11 5A 17 4E
Octal 307 324 272 6 0 14 21 132 27 116
Binary 11000111 11010100 10111010 110 0 1100 10001 1011010 10111 1001110

Color Harmonies of #C7D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D4BA

Black with #C7D4BA

Text Example


Text Example

White with #C7D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D4BA; }

 p { color: rgb(199,212,186); }

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

background-color css

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

 a { background-color: rgb(199,212,186); }

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

border-color css

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

 span { border-color: rgb(199,212,186); }

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