Html Css Color HEX #C75977 Cabaret

📋 copy color: '#C75977'

red 199 ◦ green 89 ◦ blue 119

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

Shades of Cabaret #C75977

Tints of Cabaret #C75977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.24%

R = 48.89%
G = 21.87%
B = 29.24%

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

#C75977 (or 0xC75977) is known color: Cabaret. HEX triplet: C7, 59 and 77. RGB value is (199,89,119). Sum of RGB (Red+Green+Blue) = 199+89+119=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C75977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75977 is #38A688. Grayscale: #7D7D7D. Windows color (decimal): -3712649 or 7821767. OLE color: 7821767.

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

Color convert

RGB 199 89 119 -
CMYK 0 0.55 0.40 0.22
HSL 343.64º 0.5% 0.56% -
HSV(B) 343.64º 0.55% 0.78% -
XYZ 30.46 20.62 19.83 -
YUV 125.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 199 89 119 0 0.55 0.40 0.22 343.64 0.5 0.56
Hex C7 59 77 0 37 28 16 158 32 38
Octal 307 131 167 0 67 50 26 530 62 70
Binary 11000111 1011001 1110111 0 110111 101000 10110 101011000 110010 111000

Color Harmonies of #C75977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75977

Black with #C75977

Text Example


Text Example

White with #C75977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75977; }

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

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

background-color css

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

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

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

border-color css

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

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

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