Html Css Color HEX #C74F79 Cabaret

📋 copy color: '#C74F79'

red 199 ◦ green 79 ◦ blue 121

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

Shades of Cabaret #C74F79

Tints of Cabaret #C74F79

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.8%

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 49.87%
G = 19.8%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C74F79 (or 0xC74F79) is known color: Cabaret. HEX triplet: C7, 4F and 79. RGB value is (199,79,121). Sum of RGB (Red+Green+Blue) = 199+79+121=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74F79 is #38B086. Grayscale: #777777. Windows color (decimal): -3715207 or 7950279. OLE color: 7950279.

HSL color Cylindrical-coordinate representation of color #C74F79: hue angle of 339º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F79 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 79 121 -
CMYK 0 0.60 0.39 0.22
HSL 339º 0.52% 0.55% -
HSV(B) 339º 0.6% 0.78% -
XYZ 29.8 19.11 20.21 -
YUV 119.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 199 79 121 0 0.60 0.39 0.22 339 0.52 0.55
Hex C7 4F 79 0 3C 27 16 153 34 37
Octal 307 117 171 0 74 47 26 523 64 67
Binary 11000111 1001111 1111001 0 111100 100111 10110 101010011 110100 110111

Color Harmonies of #C74F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F79

Black with #C74F79

Text Example


Text Example

White with #C74F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F79; }

 p { color: rgb(199,79,121); }

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

background-color css

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

 a { background-color: rgb(199,79,121); }

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

border-color css

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

 span { border-color: rgb(199,79,121); }

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