Html Css Color HEX #C74974 Cabaret

📋 copy color: '#C74974'

red 199 ◦ green 73 ◦ blue 116

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

Shades of Cabaret #C74974

Tints of Cabaret #C74974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 51.29%
G = 18.81%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C74974 (or 0xC74974) is known color: Cabaret. HEX triplet: C7, 49 and 74. RGB value is (199,73,116). Sum of RGB (Red+Green+Blue) = 199+73+116=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C74974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74974 is #38B68B. Grayscale: #737373. Windows color (decimal): -3716748 or 7621063. OLE color: 7621063.

HSL color Cylindrical-coordinate representation of color #C74974: hue angle of 339.52º 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 #C74974 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 116 -
CMYK 0 0.63 0.42 0.22
HSL 339.52º 0.53% 0.53% -
HSV(B) 339.52º 0.63% 0.78% -
XYZ 29.09 18.17 18.5 -
YUV 115.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 199 73 116 0 0.63 0.42 0.22 339.52 0.53 0.53
Hex C7 49 74 0 3F 2A 16 154 35 35
Octal 307 111 164 0 77 52 26 524 65 65
Binary 11000111 1001001 1110100 0 111111 101010 10110 101010100 110101 110101

Color Harmonies of #C74974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74974

Black with #C74974

Text Example


Text Example

White with #C74974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74974; }

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

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

background-color css

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

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

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

border-color css

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

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

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