Html Css Color HEX #C05B71 Cabaret

📋 copy color: '#C05B71'

red 192 ◦ green 91 ◦ blue 113

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

Shades of Cabaret #C05B71

Tints of Cabaret #C05B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

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

R = 48.48%
G = 22.98%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05B71 (or 0xC05B71) is known color: Cabaret. HEX triplet: C0, 5B and 71. RGB value is (192,91,113). Sum of RGB (Red+Green+Blue) = 192+91+113=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B71 is #3FA48E. Grayscale: #7B7B7B. Windows color (decimal): -4170895 or 7429056. OLE color: 7429056.

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

Color convert

RGB 192 91 113 -
CMYK 0 0.53 0.41 0.25
HSL 346.93º 0.44% 0.55% -
HSV(B) 346.93º 0.53% 0.75% -
XYZ 28.46 19.88 17.96 -
YUV 123.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 192 91 113 0 0.53 0.41 0.25 346.93 0.44 0.55
Hex C0 5B 71 0 35 29 19 15B 2C 37
Octal 300 133 161 0 65 51 31 533 54 67
Binary 11000000 1011011 1110001 0 110101 101001 11001 101011011 101100 110111

Color Harmonies of #C05B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B71

Black with #C05B71

Text Example


Text Example

White with #C05B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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