Html Css Color HEX #D04C73 Cabaret

📋 copy color: '#D04C73'

red 208 ◦ green 76 ◦ blue 115

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

Shades of Cabaret #D04C73

Tints of Cabaret #D04C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 52.13%
G = 19.05%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D04C73 (or 0xD04C73) is known color: Cabaret. HEX triplet: D0, 4C and 73. RGB value is (208,76,115). Sum of RGB (Red+Green+Blue) = 208+76+115=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C73 is #2FB38C. Grayscale: #777777. Windows color (decimal): -3126157 or 7556304. OLE color: 7556304.

HSL color Cylindrical-coordinate representation of color #D04C73: hue angle of 342.27º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C73 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 115 -
CMYK 0 0.63 0.45 0.18
HSL 342.27º 0.58% 0.56% -
HSV(B) 342.27º 0.63% 0.82% -
XYZ 31.69 19.82 18.37 -
YUV 119.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 208 76 115 0 0.63 0.45 0.18 342.27 0.58 0.56
Hex D0 4C 73 0 3F 2D 12 156 3A 38
Octal 320 114 163 0 77 55 22 526 72 70
Binary 11010000 1001100 1110011 0 111111 101101 10010 101010110 111010 111000

Color Harmonies of #D04C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C73

Black with #D04C73

Text Example


Text Example

White with #D04C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C73; }

 p { color: rgb(208,76,115); }

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

background-color css

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

 a { background-color: rgb(208,76,115); }

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

border-color css

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

 span { border-color: rgb(208,76,115); }

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