Html Css Color HEX #C75179 Cabaret

📋 copy color: '#C75179'

red 199 ◦ green 81 ◦ blue 121

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

Shades of Cabaret #C75179

Tints of Cabaret #C75179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 49.63%
G = 20.2%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C75179 (or 0xC75179) is known color: Cabaret. HEX triplet: C7, 51 and 79. RGB value is (199,81,121). Sum of RGB (Red+Green+Blue) = 199+81+121=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C75179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75179 is #38AE86. Grayscale: #787878. Windows color (decimal): -3714695 or 7950791. OLE color: 7950791.

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

Color convert

RGB 199 81 121 -
CMYK 0 0.59 0.39 0.22
HSL 339.66º 0.51% 0.55% -
HSV(B) 339.66º 0.59% 0.78% -
XYZ 29.95 19.41 20.26 -
YUV 120.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 199 81 121 0 0.59 0.39 0.22 339.66 0.51 0.55
Hex C7 51 79 0 3B 27 16 154 33 37
Octal 307 121 171 0 73 47 26 524 63 67
Binary 11000111 1010001 1111001 0 111011 100111 10110 101010100 110011 110111

Color Harmonies of #C75179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75179

Black with #C75179

Text Example


Text Example

White with #C75179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75179; }

 p { color: rgb(199,81,121); }

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

background-color css

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

 a { background-color: rgb(199,81,121); }

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

border-color css

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

 span { border-color: rgb(199,81,121); }

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