Html Css Color HEX #C74A6D Cabaret

📋 copy color: '#C74A6D'

red 199 ◦ green 74 ◦ blue 109

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

Shades of Cabaret #C74A6D

Tints of Cabaret #C74A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 52.09%
G = 19.37%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C74A6D (or 0xC74A6D) is known color: Cabaret. HEX triplet: C7, 4A and 6D. RGB value is (199,74,109). Sum of RGB (Red+Green+Blue) = 199+74+109=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A6D is #38B592. Grayscale: #737373. Windows color (decimal): -3716499 or 7162567. OLE color: 7162567.

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

Color convert

RGB 199 74 109 -
CMYK 0 0.63 0.45 0.22
HSL 343.2º 0.53% 0.54% -
HSV(B) 343.2º 0.63% 0.78% -
XYZ 28.76 18.14 16.45 -
YUV 115.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 199 74 109 0 0.63 0.45 0.22 343.2 0.53 0.54
Hex C7 4A 6D 0 3F 2D 16 157 35 36
Octal 307 112 155 0 77 55 26 527 65 66
Binary 11000111 1001010 1101101 0 111111 101101 10110 101010111 110101 110110

Color Harmonies of #C74A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A6D

Black with #C74A6D

Text Example


Text Example

White with #C74A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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