Html Css Color HEX #D04C6F Cabaret

📋 copy color: '#D04C6F'

red 208 ◦ green 76 ◦ blue 111

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

Shades of Cabaret #D04C6F

Tints of Cabaret #D04C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 52.66%
G = 19.24%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D04C6F (or 0xD04C6F) is known color: Cabaret. HEX triplet: D0, 4C and 6F. RGB value is (208,76,111). Sum of RGB (Red+Green+Blue) = 208+76+111=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C6F is #2FB390. Grayscale: #777777. Windows color (decimal): -3126161 or 7294160. OLE color: 7294160.

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

Color convert

RGB 208 76 111 -
CMYK 0 0.63 0.47 0.18
HSL 344.09º 0.58% 0.56% -
HSV(B) 344.09º 0.63% 0.82% -
XYZ 31.47 19.73 17.19 -
YUV 119.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 208 76 111 0 0.63 0.47 0.18 344.09 0.58 0.56
Hex D0 4C 6F 0 3F 2F 12 158 3A 38
Octal 320 114 157 0 77 57 22 530 72 70
Binary 11010000 1001100 1101111 0 111111 101111 10010 101011000 111010 111000

Color Harmonies of #D04C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C6F

Black with #D04C6F

Text Example


Text Example

White with #D04C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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