Html Css Color HEX #D5726B Contessa

📋 copy color: '#D5726B'

red 213 ◦ green 114 ◦ blue 107

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

Shades of Contessa #D5726B

Tints of Contessa #D5726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.27%

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

R = 49.08%
G = 26.27%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5726B (or 0xD5726B) is known color: Contessa. HEX triplet: D5, 72 and 6B. RGB value is (213,114,107). Sum of RGB (Red+Green+Blue) = 213+114+107=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5726B is #2A8D94. Grayscale: #8E8E8E. Windows color (decimal): -2788757 or 7041749. OLE color: 7041749.

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

Color convert

RGB 213 114 107 -
CMYK 0 0.46 0.50 0.16
HSL 3.96º 0.56% 0.63% -
HSV(B) 3.96º 0.5% 0.84% -
XYZ 36.11 27.24 17.26 -
YUV 142.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 213 114 107 0 0.46 0.50 0.16 3.96 0.56 0.63
Hex D5 72 6B 0 2E 32 10 4 38 3F
Octal 325 162 153 0 56 62 20 4 70 77
Binary 11010101 1110010 1101011 0 101110 110010 10000 100 111000 111111

Color Harmonies of #D5726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5726B

Black with #D5726B

Text Example


Text Example

White with #D5726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5726B; }

 p { color: rgb(213,114,107); }

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

background-color css

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

 a { background-color: rgb(213,114,107); }

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

border-color css

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

 span { border-color: rgb(213,114,107); }

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