Html Css Color HEX #D06F6B Contessa

📋 copy color: '#D06F6B'

red 208 ◦ green 111 ◦ blue 107

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

Shades of Contessa #D06F6B

Tints of Contessa #D06F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

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

R = 48.83%
G = 26.06%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D06F6B (or 0xD06F6B) is known color: Contessa. HEX triplet: D0, 6F and 6B. RGB value is (208,111,107). Sum of RGB (Red+Green+Blue) = 208+111+107=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F6B is #2F9094. Grayscale: #8B8B8B. Windows color (decimal): -3117205 or 7040976. OLE color: 7040976.

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

Color convert

RGB 208 111 107 -
CMYK 0 0.47 0.49 0.18
HSL 2.38º 0.52% 0.62% -
HSV(B) 2.38º 0.49% 0.82% -
XYZ 34.35 25.84 17.09 -
YUV 139.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 208 111 107 0 0.47 0.49 0.18 2.38 0.52 0.62
Hex D0 6F 6B 0 2F 31 12 2 34 3E
Octal 320 157 153 0 57 61 22 2 64 76
Binary 11010000 1101111 1101011 0 101111 110001 10010 10 110100 111110

Color Harmonies of #D06F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F6B

Black with #D06F6B

Text Example


Text Example

White with #D06F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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