Html Css Color HEX #C05573 Cabaret

📋 copy color: '#C05573'

red 192 ◦ green 85 ◦ blue 115

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

Shades of Cabaret #C05573

Tints of Cabaret #C05573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 48.98%
G = 21.68%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C05573 (or 0xC05573) is known color: Cabaret. HEX triplet: C0, 55 and 73. RGB value is (192,85,115). Sum of RGB (Red+Green+Blue) = 192+85+115=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05573 is #3FAA8C. Grayscale: #787878. Windows color (decimal): -4172429 or 7558592. OLE color: 7558592.

HSL color Cylindrical-coordinate representation of color #C05573: hue angle of 343.18º 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 #C05573 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 115 -
CMYK 0 0.56 0.40 0.25
HSL 343.18º 0.46% 0.54% -
HSV(B) 343.18º 0.56% 0.75% -
XYZ 28.08 18.94 18.4 -
YUV 120.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 192 85 115 0 0.56 0.40 0.25 343.18 0.46 0.54
Hex C0 55 73 0 38 28 19 157 2E 36
Octal 300 125 163 0 70 50 31 527 56 66
Binary 11000000 1010101 1110011 0 111000 101000 11001 101010111 101110 110110

Color Harmonies of #C05573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05573

Black with #C05573

Text Example


Text Example

White with #C05573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05573; }

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

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

background-color css

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

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

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

border-color css

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

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

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