Html Css Color HEX #C15770 Cabaret

📋 copy color: '#C15770'

red 193 ◦ green 87 ◦ blue 112

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

Shades of Cabaret #C15770

Tints of Cabaret #C15770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.19%

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

R = 49.23%
G = 22.19%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15770 (or 0xC15770) is known color: Cabaret. HEX triplet: C1, 57 and 70. RGB value is (193,87,112). Sum of RGB (Red+Green+Blue) = 193+87+112=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C15770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15770 is #3EA88F. Grayscale: #797979. Windows color (decimal): -4106384 or 7362497. OLE color: 7362497.

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

Color convert

RGB 193 87 112 -
CMYK 0 0.55 0.42 0.24
HSL 345.85º 0.46% 0.55% -
HSV(B) 345.85º 0.55% 0.76% -
XYZ 28.33 19.32 17.57 -
YUV 121.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 193 87 112 0 0.55 0.42 0.24 345.85 0.46 0.55
Hex C1 57 70 0 37 2A 18 15A 2E 37
Octal 301 127 160 0 67 52 30 532 56 67
Binary 11000001 1010111 1110000 0 110111 101010 11000 101011010 101110 110111

Color Harmonies of #C15770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15770

Black with #C15770

Text Example


Text Example

White with #C15770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15770; }

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

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

background-color css

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

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

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

border-color css

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

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

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