Html Css Color HEX #C75571 Cabaret

📋 copy color: '#C75571'

red 199 ◦ green 85 ◦ blue 113

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

Shades of Cabaret #C75571

Tints of Cabaret #C75571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

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

R = 50.13%
G = 21.41%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C75571 (or 0xC75571) is known color: Cabaret. HEX triplet: C7, 55 and 71. RGB value is (199,85,113). Sum of RGB (Red+Green+Blue) = 199+85+113=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C75571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75571 is #38AA8E. Grayscale: #7A7A7A. Windows color (decimal): -3713679 or 7427527. OLE color: 7427527.

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

Color convert

RGB 199 85 113 -
CMYK 0 0.57 0.43 0.22
HSL 345.26º 0.5% 0.56% -
HSV(B) 345.26º 0.57% 0.78% -
XYZ 29.78 19.83 17.88 -
YUV 122.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 199 85 113 0 0.57 0.43 0.22 345.26 0.5 0.56
Hex C7 55 71 0 39 2B 16 159 32 38
Octal 307 125 161 0 71 53 26 531 62 70
Binary 11000111 1010101 1110001 0 111001 101011 10110 101011001 110010 111000

Color Harmonies of #C75571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75571

Black with #C75571

Text Example


Text Example

White with #C75571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75571; }

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

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

background-color css

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

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

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

border-color css

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

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

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