Html Css Color HEX #C75471 Cabaret

📋 copy color: '#C75471'

red 199 ◦ green 84 ◦ blue 113

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

Shades of Cabaret #C75471

Tints of Cabaret #C75471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.21%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 50.25%
G = 21.21%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C75471 (or 0xC75471) is known color: Cabaret. HEX triplet: C7, 54 and 71. RGB value is (199,84,113). Sum of RGB (Red+Green+Blue) = 199+84+113=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C75471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75471 is #38AB8E. Grayscale: #797979. Windows color (decimal): -3713935 or 7427271. OLE color: 7427271.

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

Color convert

RGB 199 84 113 -
CMYK 0 0.58 0.43 0.22
HSL 344.87º 0.51% 0.55% -
HSV(B) 344.87º 0.58% 0.78% -
XYZ 29.7 19.68 17.85 -
YUV 121.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 199 84 113 0 0.58 0.43 0.22 344.87 0.51 0.55
Hex C7 54 71 0 3A 2B 16 159 33 37
Octal 307 124 161 0 72 53 26 531 63 67
Binary 11000111 1010100 1110001 0 111010 101011 10110 101011001 110011 110111

Color Harmonies of #C75471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75471

Black with #C75471

Text Example


Text Example

White with #C75471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75471; }

 p { color: rgb(199,84,113); }

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

background-color css

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

 a { background-color: rgb(199,84,113); }

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

border-color css

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

 span { border-color: rgb(199,84,113); }

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