Html Css Color HEX #C74E72 Cabaret

📋 copy color: '#C74E72'

red 199 ◦ green 78 ◦ blue 114

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

Shades of Cabaret #C74E72

Tints of Cabaret #C74E72

RGB

 RED value IS 199 (78.13% from 255) = 50.9%

 GREEN value IS 78 (30.86% from 255) = 19.95%

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 50.9%
G = 19.95%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C74E72 (or 0xC74E72) is known color: Cabaret. HEX triplet: C7, 4E and 72. RGB value is (199,78,114). Sum of RGB (Red+Green+Blue) = 199+78+114=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E72 is #38B18D. Grayscale: #767676. Windows color (decimal): -3715470 or 7491271. OLE color: 7491271.

HSL color Cylindrical-coordinate representation of color #C74E72: hue angle of 342.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74E72 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 78 114 -
CMYK 0 0.61 0.43 0.22
HSL 342.15º 0.52% 0.54% -
HSV(B) 342.15º 0.61% 0.78% -
XYZ 29.31 18.81 18 -
YUV 118.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 199 78 114 0 0.61 0.43 0.22 342.15 0.52 0.54
Hex C7 4E 72 0 3D 2B 16 156 34 36
Octal 307 116 162 0 75 53 26 526 64 66
Binary 11000111 1001110 1110010 0 111101 101011 10110 101010110 110100 110110

Color Harmonies of #C74E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E72

Black with #C74E72

Text Example


Text Example

White with #C74E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E72; }

 p { color: rgb(199,78,114); }

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

background-color css

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

 a { background-color: rgb(199,78,114); }

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

border-color css

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

 span { border-color: rgb(199,78,114); }

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