Html Css Color HEX #D4516C Cabaret

📋 copy color: '#D4516C'

red 212 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #D4516C

Tints of Cabaret #D4516C

RGB

 RED value IS 212 (83.2% from 255) = 52.87%

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 52.87%
G = 20.2%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4516C (or 0xD4516C) is known color: Cabaret. HEX triplet: D4, 51 and 6C. RGB value is (212,81,108). Sum of RGB (Red+Green+Blue) = 212+81+108=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4516C is #2BAE93. Grayscale: #7B7B7B. Windows color (decimal): -2862740 or 7098836. OLE color: 7098836.

HSL color Cylindrical-coordinate representation of color #D4516C: hue angle of 347.63º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4516C is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 108 -
CMYK 0 0.62 0.49 0.17
HSL 347.63º 0.6% 0.57% -
HSV(B) 347.63º 0.62% 0.83% -
XYZ 32.8 20.96 16.51 -
YUV 123.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 212 81 108 0 0.62 0.49 0.17 347.63 0.6 0.57
Hex D4 51 6C 0 3E 31 11 15C 3C 39
Octal 324 121 154 0 76 61 21 534 74 71
Binary 11010100 1010001 1101100 0 111110 110001 10001 101011100 111100 111001

Color Harmonies of #D4516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4516C

Black with #D4516C

Text Example


Text Example

White with #D4516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4516C; }

 p { color: rgb(212,81,108); }

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

background-color css

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

 a { background-color: rgb(212,81,108); }

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

border-color css

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

 span { border-color: rgb(212,81,108); }

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