Html Css Color HEX #C15F76 Cabaret

📋 copy color: '#C15F76'

red 193 ◦ green 95 ◦ blue 118

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

Shades of Cabaret #C15F76

Tints of Cabaret #C15F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 47.54%
G = 23.4%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C15F76 (or 0xC15F76) is known color: Cabaret. HEX triplet: C1, 5F and 76. RGB value is (193,95,118). Sum of RGB (Red+Green+Blue) = 193+95+118=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F76 is #3EA089. Grayscale: #7E7E7E. Windows color (decimal): -4104330 or 7757761. OLE color: 7757761.

HSL color Cylindrical-coordinate representation of color #C15F76: hue angle of 345.92º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15F76 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 95 118 -
CMYK 0 0.51 0.39 0.24
HSL 345.92º 0.44% 0.56% -
HSV(B) 345.92º 0.51% 0.76% -
XYZ 29.35 20.83 19.61 -
YUV 126.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 193 95 118 0 0.51 0.39 0.24 345.92 0.44 0.56
Hex C1 5F 76 0 33 27 18 15A 2C 38
Octal 301 137 166 0 63 47 30 532 54 70
Binary 11000001 1011111 1110110 0 110011 100111 11000 101011010 101100 111000

Color Harmonies of #C15F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F76

Black with #C15F76

Text Example


Text Example

White with #C15F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F76; }

 p { color: rgb(193,95,118); }

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

background-color css

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

 a { background-color: rgb(193,95,118); }

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

border-color css

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

 span { border-color: rgb(193,95,118); }

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