Html Css Color HEX #C74762 Cabaret

📋 copy color: '#C74762'

red 199 ◦ green 71 ◦ blue 98

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

Shades of Cabaret #C74762

Tints of Cabaret #C74762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 54.08%
G = 19.29%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C74762 (or 0xC74762) is known color: Cabaret. HEX triplet: C7, 47 and 62. RGB value is (199,71,98). Sum of RGB (Red+Green+Blue) = 199+71+98=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C74762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74762 is #38B89D. Grayscale: #707070. Windows color (decimal): -3717278 or 6440903. OLE color: 6440903.

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

Color convert

RGB 199 71 98 -
CMYK 0 0.64 0.51 0.22
HSL 347.34º 0.53% 0.53% -
HSV(B) 347.34º 0.64% 0.78% -
XYZ 28.01 17.53 13.46 -
YUV 112.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 199 71 98 0 0.64 0.51 0.22 347.34 0.53 0.53
Hex C7 47 62 0 40 33 16 15B 35 35
Octal 307 107 142 0 100 63 26 533 65 65
Binary 11000111 1000111 1100010 0 1000000 110011 10110 101011011 110101 110101

Color Harmonies of #C74762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74762

Black with #C74762

Text Example


Text Example

White with #C74762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74762; }

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

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

background-color css

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

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

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

border-color css

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

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

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