Html Css Color HEX #C15474 Cabaret

📋 copy color: '#C15474'

red 193 ◦ green 84 ◦ blue 116

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

Shades of Cabaret #C15474

Tints of Cabaret #C15474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 49.11%
G = 21.37%
B = 29.52%

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

#C15474 (or 0xC15474) is known color: Cabaret. HEX triplet: C1, 54 and 74. RGB value is (193,84,116). Sum of RGB (Red+Green+Blue) = 193+84+116=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C15474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15474 is #3EAB8B. Grayscale: #787878. Windows color (decimal): -4107148 or 7623873. OLE color: 7623873.

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

Color convert

RGB 193 84 116 -
CMYK 0 0.56 0.40 0.24
HSL 342.39º 0.47% 0.54% -
HSV(B) 342.39º 0.56% 0.76% -
XYZ 28.32 18.94 18.69 -
YUV 120.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 193 84 116 0 0.56 0.40 0.24 342.39 0.47 0.54
Hex C1 54 74 0 38 28 18 156 2F 36
Octal 301 124 164 0 70 50 30 526 57 66
Binary 11000001 1010100 1110100 0 111000 101000 11000 101010110 101111 110110

Color Harmonies of #C15474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15474

Black with #C15474

Text Example


Text Example

White with #C15474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15474; }

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

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

background-color css

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

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

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

border-color css

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

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

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