Html Css Color HEX #D4516A Cabaret

📋 copy color: '#D4516A'

red 212 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #D4516A

Tints of Cabaret #D4516A

RGB

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

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

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

R = 53.13%
G = 20.3%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4516A (or 0xD4516A) is known color: Cabaret. HEX triplet: D4, 51 and 6A. RGB value is (212,81,106). Sum of RGB (Red+Green+Blue) = 212+81+106=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4516A is #2BAE95. Grayscale: #7B7B7B. Windows color (decimal): -2862742 or 6967764. OLE color: 6967764.

HSL color Cylindrical-coordinate representation of color #D4516A: hue angle of 348.55º 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 #D4516A is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 106 -
CMYK 0 0.62 0.5 0.17
HSL 348.55º 0.6% 0.57% -
HSV(B) 348.55º 0.62% 0.83% -
XYZ 32.7 20.92 15.95 -
YUV 123.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 212 81 106 0 0.62 0.5 0.17 348.55 0.6 0.57
Hex D4 51 6A 0 3E 32 11 15D 3C 39
Octal 324 121 152 0 76 62 21 535 74 71
Binary 11010100 1010001 1101010 0 111110 110010 10001 101011101 111100 111001

Color Harmonies of #D4516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4516A

Black with #D4516A

Text Example


Text Example

White with #D4516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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