Html Css Color HEX #C74972 Cabaret

📋 copy color: '#C74972'

red 199 ◦ green 73 ◦ blue 114

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

Shades of Cabaret #C74972

Tints of Cabaret #C74972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.91%

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

R = 51.55%
G = 18.91%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C74972 (or 0xC74972) is known color: Cabaret. HEX triplet: C7, 49 and 72. RGB value is (199,73,114). Sum of RGB (Red+Green+Blue) = 199+73+114=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C74972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74972 is #38B68D. Grayscale: #737373. Windows color (decimal): -3716750 or 7489991. OLE color: 7489991.

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

Color convert

RGB 199 73 114 -
CMYK 0 0.63 0.43 0.22
HSL 340.48º 0.53% 0.53% -
HSV(B) 340.48º 0.63% 0.78% -
XYZ 28.97 18.12 17.89 -
YUV 115.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 199 73 114 0 0.63 0.43 0.22 340.48 0.53 0.53
Hex C7 49 72 0 3F 2B 16 154 35 35
Octal 307 111 162 0 77 53 26 524 65 65
Binary 11000111 1001001 1110010 0 111111 101011 10110 101010100 110101 110101

Color Harmonies of #C74972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74972

Black with #C74972

Text Example


Text Example

White with #C74972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74972; }

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

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

background-color css

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

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

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

border-color css

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

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

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