Html Css Color HEX #C15170 Cabaret

📋 copy color: '#C15170'

red 193 ◦ green 81 ◦ blue 112

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

Shades of Cabaret #C15170

Tints of Cabaret #C15170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

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

R = 50%
G = 20.98%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15170 (or 0xC15170) is known color: Cabaret. HEX triplet: C1, 51 and 70. RGB value is (193,81,112). Sum of RGB (Red+Green+Blue) = 193+81+112=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C15170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15170 is #3EAE8F. Grayscale: #767676. Windows color (decimal): -4107920 or 7360961. OLE color: 7360961.

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

Color convert

RGB 193 81 112 -
CMYK 0 0.58 0.42 0.24
HSL 343.39º 0.47% 0.54% -
HSV(B) 343.39º 0.58% 0.76% -
XYZ 27.86 18.39 17.41 -
YUV 118.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 193 81 112 0 0.58 0.42 0.24 343.39 0.47 0.54
Hex C1 51 70 0 3A 2A 18 157 2F 36
Octal 301 121 160 0 72 52 30 527 57 66
Binary 11000001 1010001 1110000 0 111010 101010 11000 101010111 101111 110110

Color Harmonies of #C15170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15170

Black with #C15170

Text Example


Text Example

White with #C15170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15170; }

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

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

background-color css

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

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

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

border-color css

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

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

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