Html Css Color HEX #D0706B Contessa

📋 copy color: '#D0706B'

red 208 ◦ green 112 ◦ blue 107

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

Shades of Contessa #D0706B

Tints of Contessa #D0706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 48.71%
G = 26.23%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0706B (or 0xD0706B) is known color: Contessa. HEX triplet: D0, 70 and 6B. RGB value is (208,112,107). Sum of RGB (Red+Green+Blue) = 208+112+107=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0706B is #2F8F94. Grayscale: #8C8C8C. Windows color (decimal): -3116949 or 7041232. OLE color: 7041232.

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

Color convert

RGB 208 112 107 -
CMYK 0 0.46 0.49 0.18
HSL 2.97º 0.52% 0.62% -
HSV(B) 2.97º 0.49% 0.82% -
XYZ 34.46 26.06 17.12 -
YUV 140.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 208 112 107 0 0.46 0.49 0.18 2.97 0.52 0.62
Hex D0 70 6B 0 2E 31 12 3 34 3E
Octal 320 160 153 0 56 61 22 3 64 76
Binary 11010000 1110000 1101011 0 101110 110001 10010 11 110100 111110

Color Harmonies of #D0706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0706B

Black with #D0706B

Text Example


Text Example

White with #D0706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0706B; }

 p { color: rgb(208,112,107); }

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

background-color css

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

 a { background-color: rgb(208,112,107); }

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

border-color css

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

 span { border-color: rgb(208,112,107); }

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