Html Css Color HEX #D16B68 Contessa

📋 copy color: '#D16B68'

red 209 ◦ green 107 ◦ blue 104

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

Shades of Contessa #D16B68

Tints of Contessa #D16B68

RGB

 RED value IS 209 (82.03% from 255) = 49.76%

 GREEN value IS 107 (42.19% from 255) = 25.48%

 BLUE value IS 104 (41.02% from 255) = 24.76%

R = 49.76%
G = 25.48%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D16B68 (or 0xD16B68) is known color: Contessa. HEX triplet: D1, 6B and 68. RGB value is (209,107,104). Sum of RGB (Red+Green+Blue) = 209+107+104=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16B68 is #2E9497. Grayscale: #898989. Windows color (decimal): -3052696 or 6843345. OLE color: 6843345.

HSL color Cylindrical-coordinate representation of color #D16B68: hue angle of 1.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16B68 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 107 104 -
CMYK 0 0.49 0.50 0.18
HSL 1.71º 0.53% 0.61% -
HSV(B) 1.71º 0.5% 0.82% -
XYZ 34.05 25.07 16.14 -
YUV 137.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 209 107 104 0 0.49 0.50 0.18 1.71 0.53 0.61
Hex D1 6B 68 0 31 32 12 2 35 3D
Octal 321 153 150 0 61 62 22 2 65 75
Binary 11010001 1101011 1101000 0 110001 110010 10010 10 110101 111101

Color Harmonies of #D16B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B68

Black with #D16B68

Text Example


Text Example

White with #D16B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B68; }

 p { color: rgb(209,107,104); }

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

background-color css

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

 a { background-color: rgb(209,107,104); }

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

border-color css

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

 span { border-color: rgb(209,107,104); }

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