Html Css Color HEX #C05E71 Cabaret

📋 copy color: '#C05E71'

red 192 ◦ green 94 ◦ blue 113

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

Shades of Cabaret #C05E71

Tints of Cabaret #C05E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

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

R = 48.12%
G = 23.56%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05E71 (or 0xC05E71) is known color: Cabaret. HEX triplet: C0, 5E and 71. RGB value is (192,94,113). Sum of RGB (Red+Green+Blue) = 192+94+113=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E71 is #3FA18E. Grayscale: #7D7D7D. Windows color (decimal): -4170127 or 7429824. OLE color: 7429824.

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

Color convert

RGB 192 94 113 -
CMYK 0 0.51 0.41 0.25
HSL 348.37º 0.44% 0.56% -
HSV(B) 348.37º 0.51% 0.75% -
XYZ 28.72 20.4 18.05 -
YUV 125.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 192 94 113 0 0.51 0.41 0.25 348.37 0.44 0.56
Hex C0 5E 71 0 33 29 19 15C 2C 38
Octal 300 136 161 0 63 51 31 534 54 70
Binary 11000000 1011110 1110001 0 110011 101001 11001 101011100 101100 111000

Color Harmonies of #C05E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E71

Black with #C05E71

Text Example


Text Example

White with #C05E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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