Html Css Color HEX #D74C6A Cabaret

📋 copy color: '#D74C6A'

red 215 ◦ green 76 ◦ blue 106

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

Shades of Cabaret #D74C6A

Tints of Cabaret #D74C6A

RGB

 RED value IS 215 (84.38% from 255) = 54.16%

 GREEN value IS 76 (30.08% from 255) = 19.14%

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

R = 54.16%
G = 19.14%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D74C6A (or 0xD74C6A) is known color: Cabaret. HEX triplet: D7, 4C and 6A. RGB value is (215,76,106). Sum of RGB (Red+Green+Blue) = 215+76+106=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C6A is #28B395. Grayscale: #797979. Windows color (decimal): -2667414 or 6966487. OLE color: 6966487.

HSL color Cylindrical-coordinate representation of color #D74C6A: hue angle of 347.05º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C6A is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 106 -
CMYK 0 0.65 0.51 0.16
HSL 347.05º 0.63% 0.57% -
HSV(B) 347.05º 0.65% 0.84% -
XYZ 33.21 20.66 15.87 -
YUV 120.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 215 76 106 0 0.65 0.51 0.16 347.05 0.63 0.57
Hex D7 4C 6A 0 41 33 10 15B 3F 39
Octal 327 114 152 0 101 63 20 533 77 71
Binary 11010111 1001100 1101010 0 1000001 110011 10000 101011011 111111 111001

Color Harmonies of #D74C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C6A

Black with #D74C6A

Text Example


Text Example

White with #D74C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C6A; }

 p { color: rgb(215,76,106); }

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

background-color css

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

 a { background-color: rgb(215,76,106); }

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

border-color css

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

 span { border-color: rgb(215,76,106); }

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