Html Css Color HEX #D04C67 Cabaret

📋 copy color: '#D04C67'

red 208 ◦ green 76 ◦ blue 103

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

Shades of Cabaret #D04C67

Tints of Cabaret #D04C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.61%

R = 53.75%
G = 19.64%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D04C67 (or 0xD04C67) is known color: Cabaret. HEX triplet: D0, 4C and 67. RGB value is (208,76,103). Sum of RGB (Red+Green+Blue) = 208+76+103=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C67 is #2FB398. Grayscale: #767676. Windows color (decimal): -3126169 or 6769872. OLE color: 6769872.

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

Color convert

RGB 208 76 103 -
CMYK 0 0.63 0.50 0.18
HSL 347.73º 0.58% 0.56% -
HSV(B) 347.73º 0.63% 0.82% -
XYZ 31.05 19.56 14.97 -
YUV 118.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 208 76 103 0 0.63 0.50 0.18 347.73 0.58 0.56
Hex D0 4C 67 0 3F 32 12 15C 3A 38
Octal 320 114 147 0 77 62 22 534 72 70
Binary 11010000 1001100 1100111 0 111111 110010 10010 101011100 111010 111000

Color Harmonies of #D04C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C67

Black with #D04C67

Text Example


Text Example

White with #D04C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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