Html Css Color HEX #D5706C Contessa

📋 copy color: '#D5706C'

red 213 ◦ green 112 ◦ blue 108

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

Shades of Contessa #D5706C

Tints of Contessa #D5706C

RGB

 RED value IS 213 (83.59% from 255) = 49.19%

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 49.19%
G = 25.87%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5706C (or 0xD5706C) is known color: Contessa. HEX triplet: D5, 70 and 6C. RGB value is (213,112,108). Sum of RGB (Red+Green+Blue) = 213+112+108=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5706C is #2A8F93. Grayscale: #8D8D8D. Windows color (decimal): -2789268 or 7106773. OLE color: 7106773.

HSL color Cylindrical-coordinate representation of color #D5706C: hue angle of 2.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5706C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 108 -
CMYK 0 0.47 0.49 0.16
HSL 2.29º 0.56% 0.63% -
HSV(B) 2.29º 0.49% 0.84% -
XYZ 35.94 26.82 17.47 -
YUV 141.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 213 112 108 0 0.47 0.49 0.16 2.29 0.56 0.63
Hex D5 70 6C 0 2F 31 10 2 38 3F
Octal 325 160 154 0 57 61 20 2 70 77
Binary 11010101 1110000 1101100 0 101111 110001 10000 10 111000 111111

Color Harmonies of #D5706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5706C

Black with #D5706C

Text Example


Text Example

White with #D5706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5706C; }

 p { color: rgb(213,112,108); }

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

background-color css

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

 a { background-color: rgb(213,112,108); }

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

border-color css

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

 span { border-color: rgb(213,112,108); }

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