Html Css Color HEX #D04B68 Cabaret

📋 copy color: '#D04B68'

red 208 ◦ green 75 ◦ blue 104

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

Shades of Cabaret #D04B68

Tints of Cabaret #D04B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.38%

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 53.75%
G = 19.38%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D04B68 (or 0xD04B68) is known color: Cabaret. HEX triplet: D0, 4B and 68. RGB value is (208,75,104). Sum of RGB (Red+Green+Blue) = 208+75+104=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B68 is #2FB497. Grayscale: #767676. Windows color (decimal): -3126424 or 6835152. OLE color: 6835152.

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

Color convert

RGB 208 75 104 -
CMYK 0 0.64 0.5 0.18
HSL 346.92º 0.59% 0.55% -
HSV(B) 346.92º 0.64% 0.82% -
XYZ 31.03 19.44 15.21 -
YUV 118.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 208 75 104 0 0.64 0.5 0.18 346.92 0.59 0.55
Hex D0 4B 68 0 40 32 12 15B 3B 37
Octal 320 113 150 0 100 62 22 533 73 67
Binary 11010000 1001011 1101000 0 1000000 110010 10010 101011011 111011 110111

Color Harmonies of #D04B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B68

Black with #D04B68

Text Example


Text Example

White with #D04B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B68; }

 p { color: rgb(208,75,104); }

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

background-color css

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

 a { background-color: rgb(208,75,104); }

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

border-color css

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

 span { border-color: rgb(208,75,104); }

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