Html Css Color HEX #C15870 Cabaret

📋 copy color: '#C15870'

red 193 ◦ green 88 ◦ blue 112

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

Shades of Cabaret #C15870

Tints of Cabaret #C15870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 49.11%
G = 22.39%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15870 (or 0xC15870) is known color: Cabaret. HEX triplet: C1, 58 and 70. RGB value is (193,88,112). Sum of RGB (Red+Green+Blue) = 193+88+112=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C15870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15870 is #3EA78F. Grayscale: #7A7A7A. Windows color (decimal): -4106128 or 7362753. OLE color: 7362753.

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

Color convert

RGB 193 88 112 -
CMYK 0 0.54 0.42 0.24
HSL 346.29º 0.46% 0.55% -
HSV(B) 346.29º 0.54% 0.76% -
XYZ 28.41 19.49 17.59 -
YUV 122.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 193 88 112 0 0.54 0.42 0.24 346.29 0.46 0.55
Hex C1 58 70 0 36 2A 18 15A 2E 37
Octal 301 130 160 0 66 52 30 532 56 67
Binary 11000001 1011000 1110000 0 110110 101010 11000 101011010 101110 110111

Color Harmonies of #C15870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15870

Black with #C15870

Text Example


Text Example

White with #C15870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15870; }

 p { color: rgb(193,88,112); }

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

background-color css

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

 a { background-color: rgb(193,88,112); }

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

border-color css

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

 span { border-color: rgb(193,88,112); }

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