Html Css Color HEX #C75978 Cabaret

📋 copy color: '#C75978'

red 199 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #C75978

Tints of Cabaret #C75978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 48.77%
G = 21.81%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C75978 (or 0xC75978) is known color: Cabaret. HEX triplet: C7, 59 and 78. RGB value is (199,89,120). Sum of RGB (Red+Green+Blue) = 199+89+120=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C75978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75978 is #38A687. Grayscale: #7D7D7D. Windows color (decimal): -3712648 or 7887303. OLE color: 7887303.

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

Color convert

RGB 199 89 120 -
CMYK 0 0.55 0.40 0.22
HSL 343.09º 0.5% 0.56% -
HSV(B) 343.09º 0.55% 0.78% -
XYZ 30.52 20.64 20.15 -
YUV 125.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 199 89 120 0 0.55 0.40 0.22 343.09 0.5 0.56
Hex C7 59 78 0 37 28 16 157 32 38
Octal 307 131 170 0 67 50 26 527 62 70
Binary 11000111 1011001 1111000 0 110111 101000 10110 101010111 110010 111000

Color Harmonies of #C75978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75978

Black with #C75978

Text Example


Text Example

White with #C75978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75978; }

 p { color: rgb(199,89,120); }

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

background-color css

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

 a { background-color: rgb(199,89,120); }

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

border-color css

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

 span { border-color: rgb(199,89,120); }

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