Html Css Color HEX #C15574 Cabaret

📋 copy color: '#C15574'

red 193 ◦ green 85 ◦ blue 116

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

Shades of Cabaret #C15574

Tints of Cabaret #C15574

RGB

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

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

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

R = 48.98%
G = 21.57%
B = 29.44%

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

#C15574 (or 0xC15574) is known color: Cabaret. HEX triplet: C1, 55 and 74. RGB value is (193,85,116). Sum of RGB (Red+Green+Blue) = 193+85+116=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C15574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15574 is #3EAA8B. Grayscale: #787878. Windows color (decimal): -4106892 or 7624129. OLE color: 7624129.

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

Color convert

RGB 193 85 116 -
CMYK 0 0.56 0.40 0.24
HSL 342.78º 0.47% 0.55% -
HSV(B) 342.78º 0.56% 0.76% -
XYZ 28.39 19.1 18.71 -
YUV 120.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 193 85 116 0 0.56 0.40 0.24 342.78 0.47 0.55
Hex C1 55 74 0 38 28 18 157 2F 37
Octal 301 125 164 0 70 50 30 527 57 67
Binary 11000001 1010101 1110100 0 111000 101000 11000 101010111 101111 110111

Color Harmonies of #C15574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15574

Black with #C15574

Text Example


Text Example

White with #C15574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15574; }

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

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

background-color css

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

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

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

border-color css

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

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

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