Html Css Color HEX #C74B72 Cabaret

📋 copy color: '#C74B72'

red 199 ◦ green 75 ◦ blue 114

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

Shades of Cabaret #C74B72

Tints of Cabaret #C74B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 51.29%
G = 19.33%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C74B72 (or 0xC74B72) is known color: Cabaret. HEX triplet: C7, 4B and 72. RGB value is (199,75,114). Sum of RGB (Red+Green+Blue) = 199+75+114=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B72 is #38B48D. Grayscale: #747474. Windows color (decimal): -3716238 or 7490503. OLE color: 7490503.

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

Color convert

RGB 199 75 114 -
CMYK 0 0.62 0.43 0.22
HSL 341.13º 0.53% 0.54% -
HSV(B) 341.13º 0.62% 0.78% -
XYZ 29.11 18.39 17.93 -
YUV 116.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 199 75 114 0 0.62 0.43 0.22 341.13 0.53 0.54
Hex C7 4B 72 0 3E 2B 16 155 35 36
Octal 307 113 162 0 76 53 26 525 65 66
Binary 11000111 1001011 1110010 0 111110 101011 10110 101010101 110101 110110

Color Harmonies of #C74B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B72

Black with #C74B72

Text Example


Text Example

White with #C74B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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