Html Css Color HEX #C15573 Cabaret

📋 copy color: '#C15573'

red 193 ◦ green 85 ◦ blue 115

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

Shades of Cabaret #C15573

Tints of Cabaret #C15573

RGB

 RED value IS 193 (75.78% from 255) = 49.11%

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

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

R = 49.11%
G = 21.63%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C15573 (or 0xC15573) is known color: Cabaret. HEX triplet: C1, 55 and 73. RGB value is (193,85,115). Sum of RGB (Red+Green+Blue) = 193+85+115=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C15573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15573 is #3EAA8C. Grayscale: #787878. Windows color (decimal): -4106893 or 7558593. OLE color: 7558593.

HSL color Cylindrical-coordinate representation of color #C15573: hue angle of 343.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15573 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 115 -
CMYK 0 0.56 0.40 0.24
HSL 343.33º 0.47% 0.55% -
HSV(B) 343.33º 0.56% 0.76% -
XYZ 28.34 19.07 18.41 -
YUV 120.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 193 85 115 0 0.56 0.40 0.24 343.33 0.47 0.55
Hex C1 55 73 0 38 28 18 157 2F 37
Octal 301 125 163 0 70 50 30 527 57 67
Binary 11000001 1010101 1110011 0 111000 101000 11000 101010111 101111 110111

Color Harmonies of #C15573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15573

Black with #C15573

Text Example


Text Example

White with #C15573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15573; }

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

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

background-color css

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

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

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

border-color css

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

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

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