Html Css Color HEX #D0746F Contessa

📋 copy color: '#D0746F'

red 208 ◦ green 116 ◦ blue 111

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

Shades of Contessa #D0746F

Tints of Contessa #D0746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 47.82%
G = 26.67%
B = 25.52%

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

#D0746F (or 0xD0746F) is known color: Contessa. HEX triplet: D0, 74 and 6F. RGB value is (208,116,111). Sum of RGB (Red+Green+Blue) = 208+116+111=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0746F is #2F8B90. Grayscale: #8F8F8F. Windows color (decimal): -3115921 or 7304400. OLE color: 7304400.

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

Color convert

RGB 208 116 111 -
CMYK 0 0.44 0.47 0.18
HSL 3.09º 0.51% 0.63% -
HSV(B) 3.09º 0.47% 0.82% -
XYZ 35.13 27.05 18.41 -
YUV 142.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 208 116 111 0 0.44 0.47 0.18 3.09 0.51 0.63
Hex D0 74 6F 0 2C 2F 12 3 33 3F
Octal 320 164 157 0 54 57 22 3 63 77
Binary 11010000 1110100 1101111 0 101100 101111 10010 11 110011 111111

Color Harmonies of #D0746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0746F

Black with #D0746F

Text Example


Text Example

White with #D0746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0746F; }

 p { color: rgb(208,116,111); }

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

background-color css

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

 a { background-color: rgb(208,116,111); }

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

border-color css

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

 span { border-color: rgb(208,116,111); }

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