Html Css Color HEX #D0756E Contessa

📋 copy color: '#D0756E'

red 208 ◦ green 117 ◦ blue 110

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

Shades of Contessa #D0756E

Tints of Contessa #D0756E

RGB

 RED value IS 208 (81.64% from 255) = 47.82%

 GREEN value IS 117 (46.09% from 255) = 26.9%

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 47.82%
G = 26.9%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0756E (or 0xD0756E) is known color: Contessa. HEX triplet: D0, 75 and 6E. RGB value is (208,117,110). Sum of RGB (Red+Green+Blue) = 208+117+110=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0756E is #2F8A91. Grayscale: #8F8F8F. Windows color (decimal): -3115666 or 7239120. OLE color: 7239120.

HSL color Cylindrical-coordinate representation of color #D0756E: hue angle of 4.29º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0756E is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 110 -
CMYK 0 0.44 0.47 0.18
HSL 4.29º 0.51% 0.62% -
HSV(B) 4.29º 0.47% 0.82% -
XYZ 35.19 27.26 18.16 -
YUV 143.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 208 117 110 0 0.44 0.47 0.18 4.29 0.51 0.62
Hex D0 75 6E 0 2C 2F 12 4 33 3E
Octal 320 165 156 0 54 57 22 4 63 76
Binary 11010000 1110101 1101110 0 101100 101111 10010 100 110011 111110

Color Harmonies of #D0756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0756E

Black with #D0756E

Text Example


Text Example

White with #D0756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0756E; }

 p { color: rgb(208,117,110); }

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

background-color css

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

 a { background-color: rgb(208,117,110); }

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

border-color css

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

 span { border-color: rgb(208,117,110); }

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