Html Css Color HEX #C74961 Cabaret

📋 copy color: '#C74961'

red 199 ◦ green 73 ◦ blue 97

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

Shades of Cabaret #C74961

Tints of Cabaret #C74961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 53.93%
G = 19.78%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C74961 (or 0xC74961) is known color: Cabaret. HEX triplet: C7, 49 and 61. RGB value is (199,73,97). Sum of RGB (Red+Green+Blue) = 199+73+97=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C74961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74961 is #38B69E. Grayscale: #717171. Windows color (decimal): -3716767 or 6375879. OLE color: 6375879.

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

Color convert

RGB 199 73 97 -
CMYK 0 0.63 0.51 0.22
HSL 348.57º 0.53% 0.53% -
HSV(B) 348.57º 0.63% 0.78% -
XYZ 28.09 17.77 13.26 -
YUV 113.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 199 73 97 0 0.63 0.51 0.22 348.57 0.53 0.53
Hex C7 49 61 0 3F 33 16 15D 35 35
Octal 307 111 141 0 77 63 26 535 65 65
Binary 11000111 1001001 1100001 0 111111 110011 10110 101011101 110101 110101

Color Harmonies of #C74961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74961

Black with #C74961

Text Example


Text Example

White with #C74961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74961; }

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

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

background-color css

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

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

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

border-color css

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

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

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