Html Css Color HEX #D05E6A Cabaret

📋 copy color: '#D05E6A'

red 208 ◦ green 94 ◦ blue 106

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

Shades of Cabaret #D05E6A

Tints of Cabaret #D05E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 50.98%
G = 23.04%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D05E6A (or 0xD05E6A) is known color: Cabaret. HEX triplet: D0, 5E and 6A. RGB value is (208,94,106). Sum of RGB (Red+Green+Blue) = 208+94+106=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E6A is #2FA195. Grayscale: #818181. Windows color (decimal): -3121558 or 6971088. OLE color: 6971088.

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

Color convert

RGB 208 94 106 -
CMYK 0 0.55 0.49 0.18
HSL 353.68º 0.55% 0.59% -
HSV(B) 353.68º 0.55% 0.82% -
XYZ 32.62 22.46 16.25 -
YUV 129.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 208 94 106 0 0.55 0.49 0.18 353.68 0.55 0.59
Hex D0 5E 6A 0 37 31 12 162 37 3B
Octal 320 136 152 0 67 61 22 542 67 73
Binary 11010000 1011110 1101010 0 110111 110001 10010 101100010 110111 111011

Color Harmonies of #D05E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E6A

Black with #D05E6A

Text Example


Text Example

White with #D05E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E6A; }

 p { color: rgb(208,94,106); }

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

background-color css

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

 a { background-color: rgb(208,94,106); }

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

border-color css

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

 span { border-color: rgb(208,94,106); }

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