Html Css Color HEX #C74966 Cabaret

📋 copy color: '#C74966'

red 199 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #C74966

Tints of Cabaret #C74966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 53.21%
G = 19.52%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C74966 (or 0xC74966) is known color: Cabaret. HEX triplet: C7, 49 and 66. RGB value is (199,73,102). Sum of RGB (Red+Green+Blue) = 199+73+102=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C74966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74966 is #38B699. Grayscale: #717171. Windows color (decimal): -3716762 or 6703559. OLE color: 6703559.

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

Color convert

RGB 199 73 102 -
CMYK 0 0.63 0.49 0.22
HSL 346.19º 0.53% 0.53% -
HSV(B) 346.19º 0.63% 0.78% -
XYZ 28.33 17.87 14.53 -
YUV 113.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 199 73 102 0 0.63 0.49 0.22 346.19 0.53 0.53
Hex C7 49 66 0 3F 31 16 15A 35 35
Octal 307 111 146 0 77 61 26 532 65 65
Binary 11000111 1001001 1100110 0 111111 110001 10110 101011010 110101 110101

Color Harmonies of #C74966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74966

Black with #C74966

Text Example


Text Example

White with #C74966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74966; }

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

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

background-color css

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

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

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

border-color css

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

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

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