Html Css Color HEX #C15473 Cabaret

📋 copy color: '#C15473'

red 193 ◦ green 84 ◦ blue 115

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

Shades of Cabaret #C15473

Tints of Cabaret #C15473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

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

R = 49.23%
G = 21.43%
B = 29.34%

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

#C15473 (or 0xC15473) is known color: Cabaret. HEX triplet: C1, 54 and 73. RGB value is (193,84,115). Sum of RGB (Red+Green+Blue) = 193+84+115=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C15473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15473 is #3EAB8C. Grayscale: #787878. Windows color (decimal): -4107149 or 7558337. OLE color: 7558337.

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

Color convert

RGB 193 84 115 -
CMYK 0 0.56 0.40 0.24
HSL 342.94º 0.47% 0.54% -
HSV(B) 342.94º 0.56% 0.76% -
XYZ 28.26 18.92 18.38 -
YUV 120.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 193 84 115 0 0.56 0.40 0.24 342.94 0.47 0.54
Hex C1 54 73 0 38 28 18 157 2F 36
Octal 301 124 163 0 70 50 30 527 57 66
Binary 11000001 1010100 1110011 0 111000 101000 11000 101010111 101111 110110

Color Harmonies of #C15473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15473

Black with #C15473

Text Example


Text Example

White with #C15473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15473; }

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

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

background-color css

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

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

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

border-color css

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

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

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