Html Css Color HEX #C05771 Cabaret

📋 copy color: '#C05771'

red 192 ◦ green 87 ◦ blue 113

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

Shades of Cabaret #C05771

Tints of Cabaret #C05771

RGB

 RED value IS 192 (75.39% from 255) = 48.98%

 GREEN value IS 87 (34.38% from 255) = 22.19%

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

R = 48.98%
G = 22.19%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05771 (or 0xC05771) is known color: Cabaret. HEX triplet: C0, 57 and 71. RGB value is (192,87,113). Sum of RGB (Red+Green+Blue) = 192+87+113=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05771 is #3FA88E. Grayscale: #797979. Windows color (decimal): -4171919 or 7428032. OLE color: 7428032.

HSL color Cylindrical-coordinate representation of color #C05771: hue angle of 345.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05771 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 113 -
CMYK 0 0.55 0.41 0.25
HSL 345.14º 0.45% 0.55% -
HSV(B) 345.14º 0.55% 0.75% -
XYZ 28.13 19.22 17.85 -
YUV 121.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 192 87 113 0 0.55 0.41 0.25 345.14 0.45 0.55
Hex C0 57 71 0 37 29 19 159 2D 37
Octal 300 127 161 0 67 51 31 531 55 67
Binary 11000000 1010111 1110001 0 110111 101001 11001 101011001 101101 110111

Color Harmonies of #C05771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05771

Black with #C05771

Text Example


Text Example

White with #C05771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05771; }

 p { color: rgb(192,87,113); }

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

background-color css

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

 a { background-color: rgb(192,87,113); }

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

border-color css

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

 span { border-color: rgb(192,87,113); }

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