Html Css Color HEX #D4726A Contessa

📋 copy color: '#D4726A'

red 212 ◦ green 114 ◦ blue 106

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

Shades of Contessa #D4726A

Tints of Contessa #D4726A

RGB

 RED value IS 212 (83.2% from 255) = 49.07%

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 49.07%
G = 26.39%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4726A (or 0xD4726A) is known color: Contessa. HEX triplet: D4, 72 and 6A. RGB value is (212,114,106). Sum of RGB (Red+Green+Blue) = 212+114+106=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4726A is #2B8D95. Grayscale: #8E8E8E. Windows color (decimal): -2854294 or 6976212. OLE color: 6976212.

HSL color Cylindrical-coordinate representation of color #D4726A: hue angle of 4.53º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4726A is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 106 -
CMYK 0 0.46 0.5 0.17
HSL 4.53º 0.55% 0.62% -
HSV(B) 4.53º 0.5% 0.83% -
XYZ 35.77 27.07 16.98 -
YUV 142.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 212 114 106 0 0.46 0.5 0.17 4.53 0.55 0.62
Hex D4 72 6A 0 2E 32 11 5 37 3E
Octal 324 162 152 0 56 62 21 5 67 76
Binary 11010100 1110010 1101010 0 101110 110010 10001 101 110111 111110

Color Harmonies of #D4726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4726A

Black with #D4726A

Text Example


Text Example

White with #D4726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4726A; }

 p { color: rgb(212,114,106); }

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

background-color css

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

 a { background-color: rgb(212,114,106); }

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

border-color css

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

 span { border-color: rgb(212,114,106); }

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