Html Css Color HEX #D06D6A Contessa

📋 copy color: '#D06D6A'

red 208 ◦ green 109 ◦ blue 106

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

Shades of Contessa #D06D6A

Tints of Contessa #D06D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.77%

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

R = 49.17%
G = 25.77%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D06D6A (or 0xD06D6A) is known color: Contessa. HEX triplet: D0, 6D and 6A. RGB value is (208,109,106). Sum of RGB (Red+Green+Blue) = 208+109+106=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D6A is #2F9295. Grayscale: #8A8A8A. Windows color (decimal): -3117718 or 6974928. OLE color: 6974928.

HSL color Cylindrical-coordinate representation of color #D06D6A: hue angle of 1.76º 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 #D06D6A is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 106 -
CMYK 0 0.48 0.49 0.18
HSL 1.76º 0.52% 0.62% -
HSV(B) 1.76º 0.49% 0.82% -
XYZ 34.08 25.39 16.74 -
YUV 138.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 208 109 106 0 0.48 0.49 0.18 1.76 0.52 0.62
Hex D0 6D 6A 0 30 31 12 2 34 3E
Octal 320 155 152 0 60 61 22 2 64 76
Binary 11010000 1101101 1101010 0 110000 110001 10010 10 110100 111110

Color Harmonies of #D06D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D6A

Black with #D06D6A

Text Example


Text Example

White with #D06D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D6A; }

 p { color: rgb(208,109,106); }

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

background-color css

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

 a { background-color: rgb(208,109,106); }

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

border-color css

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

 span { border-color: rgb(208,109,106); }

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