Html Css Color HEX #C74770 Cabaret

📋 copy color: '#C74770'

red 199 ◦ green 71 ◦ blue 112

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

Shades of Cabaret #C74770

Tints of Cabaret #C74770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 52.09%
G = 18.59%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C74770 (or 0xC74770) is known color: Cabaret. HEX triplet: C7, 47 and 70. RGB value is (199,71,112). Sum of RGB (Red+Green+Blue) = 199+71+112=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C74770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74770 is #38B88F. Grayscale: #717171. Windows color (decimal): -3717264 or 7358407. OLE color: 7358407.

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

Color convert

RGB 199 71 112 -
CMYK 0 0.64 0.44 0.22
HSL 340.78º 0.53% 0.53% -
HSV(B) 340.78º 0.64% 0.78% -
XYZ 28.73 17.82 17.25 -
YUV 113.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 199 71 112 0 0.64 0.44 0.22 340.78 0.53 0.53
Hex C7 47 70 0 40 2C 16 155 35 35
Octal 307 107 160 0 100 54 26 525 65 65
Binary 11000111 1000111 1110000 0 1000000 101100 10110 101010101 110101 110101

Color Harmonies of #C74770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74770

Black with #C74770

Text Example


Text Example

White with #C74770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74770; }

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

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

background-color css

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

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

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

border-color css

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

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

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