Html Css Color HEX #C05571 Cabaret

📋 copy color: '#C05571'

red 192 ◦ green 85 ◦ blue 113

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

Shades of Cabaret #C05571

Tints of Cabaret #C05571

RGB

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

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

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

R = 49.23%
G = 21.79%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05571 (or 0xC05571) is known color: Cabaret. HEX triplet: C0, 55 and 71. RGB value is (192,85,113). Sum of RGB (Red+Green+Blue) = 192+85+113=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05571 is #3FAA8E. Grayscale: #787878. Windows color (decimal): -4172431 or 7427520. OLE color: 7427520.

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

Color convert

RGB 192 85 113 -
CMYK 0 0.56 0.41 0.25
HSL 344.3º 0.46% 0.54% -
HSV(B) 344.3º 0.56% 0.75% -
XYZ 27.97 18.9 17.8 -
YUV 120.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 192 85 113 0 0.56 0.41 0.25 344.3 0.46 0.54
Hex C0 55 71 0 38 29 19 158 2E 36
Octal 300 125 161 0 70 51 31 530 56 66
Binary 11000000 1010101 1110001 0 111000 101001 11001 101011000 101110 110110

Color Harmonies of #C05571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05571

Black with #C05571

Text Example


Text Example

White with #C05571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05571; }

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

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

background-color css

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

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

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

border-color css

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

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

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