Html Css Color HEX #D74A67 Cabaret

📋 copy color: '#D74A67'

red 215 ◦ green 74 ◦ blue 103

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

Shades of Cabaret #D74A67

Tints of Cabaret #D74A67

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 54.85%
G = 18.88%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D74A67 (or 0xD74A67) is known color: Cabaret. HEX triplet: D7, 4A and 67. RGB value is (215,74,103). Sum of RGB (Red+Green+Blue) = 215+74+103=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A67 is #28B598. Grayscale: #777777. Windows color (decimal): -2667929 or 6769367. OLE color: 6769367.

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

Color convert

RGB 215 74 103 -
CMYK 0 0.66 0.52 0.16
HSL 347.66º 0.64% 0.57% -
HSV(B) 347.66º 0.66% 0.84% -
XYZ 32.92 20.32 15.02 -
YUV 119.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 215 74 103 0 0.66 0.52 0.16 347.66 0.64 0.57
Hex D7 4A 67 0 42 34 10 15C 40 39
Octal 327 112 147 0 102 64 20 534 100 71
Binary 11010111 1001010 1100111 0 1000010 110100 10000 101011100 1000000 111001

Color Harmonies of #D74A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A67

Black with #D74A67

Text Example


Text Example

White with #D74A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A67; }

 p { color: rgb(215,74,103); }

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

background-color css

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

 a { background-color: rgb(215,74,103); }

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

border-color css

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

 span { border-color: rgb(215,74,103); }

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