Html Css Color HEX #D06D6B Contessa

📋 copy color: '#D06D6B'

red 208 ◦ green 109 ◦ blue 107

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

Shades of Contessa #D06D6B

Tints of Contessa #D06D6B

RGB

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

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

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

R = 49.06%
G = 25.71%
B = 25.24%

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

#D06D6B (or 0xD06D6B) is known color: Contessa. HEX triplet: D0, 6D and 6B. RGB value is (208,109,107). Sum of RGB (Red+Green+Blue) = 208+109+107=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D6B is #2F9294. Grayscale: #8A8A8A. Windows color (decimal): -3117717 or 7040464. OLE color: 7040464.

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

Color convert

RGB 208 109 107 -
CMYK 0 0.48 0.49 0.18
HSL 1.19º 0.52% 0.62% -
HSV(B) 1.19º 0.49% 0.82% -
XYZ 34.13 25.41 17.02 -
YUV 138.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 208 109 107 0 0.48 0.49 0.18 1.19 0.52 0.62
Hex D0 6D 6B 0 30 31 12 1 34 3E
Octal 320 155 153 0 60 61 22 1 64 76
Binary 11010000 1101101 1101011 0 110000 110001 10010 1 110100 111110

Color Harmonies of #D06D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D6B

Black with #D06D6B

Text Example


Text Example

White with #D06D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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