Html Css Color HEX #D05D76 Cabaret

📋 copy color: '#D05D76'

red 208 ◦ green 93 ◦ blue 118

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

Shades of Cabaret #D05D76

Tints of Cabaret #D05D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 49.64%
G = 22.2%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D05D76 (or 0xD05D76) is known color: Cabaret. HEX triplet: D0, 5D and 76. RGB value is (208,93,118). Sum of RGB (Red+Green+Blue) = 208+93+118=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D76 is #2FA289. Grayscale: #828282. Windows color (decimal): -3121802 or 7757264. OLE color: 7757264.

HSL color Cylindrical-coordinate representation of color #D05D76: hue angle of 346.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D76 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 93 118 -
CMYK 0 0.55 0.43 0.18
HSL 346.96º 0.55% 0.59% -
HSV(B) 346.96º 0.55% 0.82% -
XYZ 33.2 22.55 19.74 -
YUV 130.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 208 93 118 0 0.55 0.43 0.18 346.96 0.55 0.59
Hex D0 5D 76 0 37 2B 12 15B 37 3B
Octal 320 135 166 0 67 53 22 533 67 73
Binary 11010000 1011101 1110110 0 110111 101011 10010 101011011 110111 111011

Color Harmonies of #D05D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D76

Black with #D05D76

Text Example


Text Example

White with #D05D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D76; }

 p { color: rgb(208,93,118); }

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

background-color css

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

 a { background-color: rgb(208,93,118); }

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

border-color css

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

 span { border-color: rgb(208,93,118); }

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