Html Css Color HEX #C05371 Cabaret

📋 copy color: '#C05371'

red 192 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #C05371

Tints of Cabaret #C05371

RGB

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

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

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

R = 49.48%
G = 21.39%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05371 (or 0xC05371) is known color: Cabaret. HEX triplet: C0, 53 and 71. RGB value is (192,83,113). Sum of RGB (Red+Green+Blue) = 192+83+113=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05371 is #3FAC8E. Grayscale: #777777. Windows color (decimal): -4172943 or 7427008. OLE color: 7427008.

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

Color convert

RGB 192 83 113 -
CMYK 0 0.57 0.41 0.25
HSL 343.49º 0.46% 0.54% -
HSV(B) 343.49º 0.57% 0.75% -
XYZ 27.81 18.59 17.74 -
YUV 119.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 192 83 113 0 0.57 0.41 0.25 343.49 0.46 0.54
Hex C0 53 71 0 39 29 19 157 2E 36
Octal 300 123 161 0 71 51 31 527 56 66
Binary 11000000 1010011 1110001 0 111001 101001 11001 101010111 101110 110110

Color Harmonies of #C05371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05371

Black with #C05371

Text Example


Text Example

White with #C05371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05371; }

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

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

background-color css

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

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

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

border-color css

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

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

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