Html Css Color HEX #D74C69 Cabaret

📋 copy color: '#D74C69'

red 215 ◦ green 76 ◦ blue 105

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

Shades of Cabaret #D74C69

Tints of Cabaret #D74C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.52%

R = 54.29%
G = 19.19%
B = 26.52%

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

#D74C69 (or 0xD74C69) is known color: Cabaret. HEX triplet: D7, 4C and 69. RGB value is (215,76,105). Sum of RGB (Red+Green+Blue) = 215+76+105=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C69 is #28B396. Grayscale: #787878. Windows color (decimal): -2667415 or 6900951. OLE color: 6900951.

HSL color Cylindrical-coordinate representation of color #D74C69: hue angle of 347.48º 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 #D74C69 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 105 -
CMYK 0 0.65 0.51 0.16
HSL 347.48º 0.63% 0.57% -
HSV(B) 347.48º 0.65% 0.84% -
XYZ 33.16 20.64 15.6 -
YUV 120.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 215 76 105 0 0.65 0.51 0.16 347.48 0.63 0.57
Hex D7 4C 69 0 41 33 10 15B 3F 39
Octal 327 114 151 0 101 63 20 533 77 71
Binary 11010111 1001100 1101001 0 1000001 110011 10000 101011011 111111 111001

Color Harmonies of #D74C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C69

Black with #D74C69

Text Example


Text Example

White with #D74C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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