Html Css Color HEX #D06C69 Contessa

📋 copy color: '#D06C69'

red 208 ◦ green 108 ◦ blue 105

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

Shades of Contessa #D06C69

Tints of Contessa #D06C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.94%

R = 49.41%
G = 25.65%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D06C69 (or 0xD06C69) is known color: Contessa. HEX triplet: D0, 6C and 69. RGB value is (208,108,105). Sum of RGB (Red+Green+Blue) = 208+108+105=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C69 is #2F9396. Grayscale: #898989. Windows color (decimal): -3117975 or 6909136. OLE color: 6909136.

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

Color convert

RGB 208 108 105 -
CMYK 0 0.48 0.50 0.18
HSL 1.75º 0.52% 0.61% -
HSV(B) 1.75º 0.5% 0.82% -
XYZ 33.92 25.15 16.43 -
YUV 137.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 208 108 105 0 0.48 0.50 0.18 1.75 0.52 0.61
Hex D0 6C 69 0 30 32 12 2 34 3D
Octal 320 154 151 0 60 62 22 2 64 75
Binary 11010000 1101100 1101001 0 110000 110010 10010 10 110100 111101

Color Harmonies of #D06C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C69

Black with #D06C69

Text Example


Text Example

White with #D06C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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