Html Css Color HEX #C75371 Cabaret

📋 copy color: '#C75371'

red 199 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #C75371

Tints of Cabaret #C75371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

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

R = 50.38%
G = 21.01%
B = 28.61%

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

#C75371 (or 0xC75371) is known color: Cabaret. HEX triplet: C7, 53 and 71. RGB value is (199,83,113). Sum of RGB (Red+Green+Blue) = 199+83+113=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C75371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75371 is #38AC8E. Grayscale: #797979. Windows color (decimal): -3714191 or 7427015. OLE color: 7427015.

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

Color convert

RGB 199 83 113 -
CMYK 0 0.58 0.43 0.22
HSL 344.48º 0.51% 0.55% -
HSV(B) 344.48º 0.58% 0.78% -
XYZ 29.63 19.52 17.83 -
YUV 121.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 199 83 113 0 0.58 0.43 0.22 344.48 0.51 0.55
Hex C7 53 71 0 3A 2B 16 158 33 37
Octal 307 123 161 0 72 53 26 530 63 67
Binary 11000111 1010011 1110001 0 111010 101011 10110 101011000 110011 110111

Color Harmonies of #C75371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75371

Black with #C75371

Text Example


Text Example

White with #C75371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75371; }

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

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

background-color css

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

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

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

border-color css

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

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

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