Html Css Color HEX #D06C66 Contessa

📋 copy color: '#D06C66'

red 208 ◦ green 108 ◦ blue 102

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

Shades of Contessa #D06C66

Tints of Contessa #D06C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 49.76%
G = 25.84%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D06C66 (or 0xD06C66) is known color: Contessa. HEX triplet: D0, 6C and 66. RGB value is (208,108,102). Sum of RGB (Red+Green+Blue) = 208+108+102=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C66 is #2F9399. Grayscale: #898989. Windows color (decimal): -3117978 or 6712528. OLE color: 6712528.

HSL color Cylindrical-coordinate representation of color #D06C66: hue angle of 3.4º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06C66 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 102 -
CMYK 0 0.48 0.51 0.18
HSL 3.4º 0.53% 0.61% -
HSV(B) 3.4º 0.51% 0.82% -
XYZ 33.77 25.09 15.63 -
YUV 137.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 208 108 102 0 0.48 0.51 0.18 3.4 0.53 0.61
Hex D0 6C 66 0 30 33 12 3 35 3D
Octal 320 154 146 0 60 63 22 3 65 75
Binary 11010000 1101100 1100110 0 110000 110011 10010 11 110101 111101

Color Harmonies of #D06C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C66

Black with #D06C66

Text Example


Text Example

White with #D06C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C66; }

 p { color: rgb(208,108,102); }

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

background-color css

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

 a { background-color: rgb(208,108,102); }

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

border-color css

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

 span { border-color: rgb(208,108,102); }

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