Html Css Color HEX #C74A6F Cabaret

📋 copy color: '#C74A6F'

red 199 ◦ green 74 ◦ blue 111

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

Shades of Cabaret #C74A6F

Tints of Cabaret #C74A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 51.82%
G = 19.27%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C74A6F (or 0xC74A6F) is known color: Cabaret. HEX triplet: C7, 4A and 6F. RGB value is (199,74,111). Sum of RGB (Red+Green+Blue) = 199+74+111=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A6F is #38B590. Grayscale: #737373. Windows color (decimal): -3716497 or 7293639. OLE color: 7293639.

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

Color convert

RGB 199 74 111 -
CMYK 0 0.63 0.44 0.22
HSL 342.24º 0.53% 0.54% -
HSV(B) 342.24º 0.63% 0.78% -
XYZ 28.87 18.19 17.03 -
YUV 115.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 199 74 111 0 0.63 0.44 0.22 342.24 0.53 0.54
Hex C7 4A 6F 0 3F 2C 16 156 35 36
Octal 307 112 157 0 77 54 26 526 65 66
Binary 11000111 1001010 1101111 0 111111 101100 10110 101010110 110101 110110

Color Harmonies of #C74A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A6F

Black with #C74A6F

Text Example


Text Example

White with #C74A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A6F; }

 p { color: rgb(199,74,111); }

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

background-color css

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

 a { background-color: rgb(199,74,111); }

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

border-color css

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

 span { border-color: rgb(199,74,111); }

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