Html Css Color HEX #D74C66 Cabaret

📋 copy color: '#D74C66'

red 215 ◦ green 76 ◦ blue 102

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

Shades of Cabaret #D74C66

Tints of Cabaret #D74C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 54.71%
G = 19.34%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D74C66 (or 0xD74C66) is known color: Cabaret. HEX triplet: D7, 4C and 66. RGB value is (215,76,102). Sum of RGB (Red+Green+Blue) = 215+76+102=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C66 is #28B399. Grayscale: #787878. Windows color (decimal): -2667418 or 6704343. OLE color: 6704343.

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

Color convert

RGB 215 76 102 -
CMYK 0 0.65 0.53 0.16
HSL 348.78º 0.63% 0.57% -
HSV(B) 348.78º 0.65% 0.84% -
XYZ 33.01 20.58 14.8 -
YUV 120.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 215 76 102 0 0.65 0.53 0.16 348.78 0.63 0.57
Hex D7 4C 66 0 41 35 10 15D 3F 39
Octal 327 114 146 0 101 65 20 535 77 71
Binary 11010111 1001100 1100110 0 1000001 110101 10000 101011101 111111 111001

Color Harmonies of #D74C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C66

Black with #D74C66

Text Example


Text Example

White with #D74C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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