Html Css Color HEX #C74B62 Cabaret

📋 copy color: '#C74B62'

red 199 ◦ green 75 ◦ blue 98

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

Shades of Cabaret #C74B62

Tints of Cabaret #C74B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 53.49%
G = 20.16%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C74B62 (or 0xC74B62) is known color: Cabaret. HEX triplet: C7, 4B and 62. RGB value is (199,75,98). Sum of RGB (Red+Green+Blue) = 199+75+98=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B62 is #38B49D. Grayscale: #727272. Windows color (decimal): -3716254 or 6441927. OLE color: 6441927.

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

Color convert

RGB 199 75 98 -
CMYK 0 0.62 0.51 0.22
HSL 348.87º 0.53% 0.54% -
HSV(B) 348.87º 0.62% 0.78% -
XYZ 28.27 18.06 13.55 -
YUV 114.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 199 75 98 0 0.62 0.51 0.22 348.87 0.53 0.54
Hex C7 4B 62 0 3E 33 16 15D 35 36
Octal 307 113 142 0 76 63 26 535 65 66
Binary 11000111 1001011 1100010 0 111110 110011 10110 101011101 110101 110110

Color Harmonies of #C74B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B62

Black with #C74B62

Text Example


Text Example

White with #C74B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B62; }

 p { color: rgb(199,75,98); }

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

background-color css

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

 a { background-color: rgb(199,75,98); }

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

border-color css

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

 span { border-color: rgb(199,75,98); }

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