Html Css Color HEX #D4506D Cabaret

📋 copy color: '#D4506D'

red 212 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #D4506D

Tints of Cabaret #D4506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 52.87%
G = 19.95%
B = 27.18%

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

#D4506D (or 0xD4506D) is known color: Cabaret. HEX triplet: D4, 50 and 6D. RGB value is (212,80,109). Sum of RGB (Red+Green+Blue) = 212+80+109=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4506D is #2BAF92. Grayscale: #7A7A7A. Windows color (decimal): -2862995 or 7164116. OLE color: 7164116.

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

Color convert

RGB 212 80 109 -
CMYK 0 0.62 0.49 0.17
HSL 346.82º 0.61% 0.57% -
HSV(B) 346.82º 0.62% 0.83% -
XYZ 32.78 20.84 16.76 -
YUV 122.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 212 80 109 0 0.62 0.49 0.17 346.82 0.61 0.57
Hex D4 50 6D 0 3E 31 11 15B 3D 39
Octal 324 120 155 0 76 61 21 533 75 71
Binary 11010100 1010000 1101101 0 111110 110001 10001 101011011 111101 111001

Color Harmonies of #D4506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4506D

Black with #D4506D

Text Example


Text Example

White with #D4506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4506D; }

 p { color: rgb(212,80,109); }

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

background-color css

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

 a { background-color: rgb(212,80,109); }

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

border-color css

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

 span { border-color: rgb(212,80,109); }

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