Html Css Color HEX #C15F79 Cabaret

📋 copy color: '#C15F79'

red 193 ◦ green 95 ◦ blue 121

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

Shades of Cabaret #C15F79

Tints of Cabaret #C15F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 47.19%
G = 23.23%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C15F79 (or 0xC15F79) is known color: Cabaret. HEX triplet: C1, 5F and 79. RGB value is (193,95,121). Sum of RGB (Red+Green+Blue) = 193+95+121=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F79 is #3EA086. Grayscale: #7F7F7F. Windows color (decimal): -4104327 or 7954369. OLE color: 7954369.

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

Color convert

RGB 193 95 121 -
CMYK 0 0.51 0.37 0.24
HSL 344.08º 0.44% 0.56% -
HSV(B) 344.08º 0.51% 0.76% -
XYZ 29.54 20.9 20.57 -
YUV 127.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 193 95 121 0 0.51 0.37 0.24 344.08 0.44 0.56
Hex C1 5F 79 0 33 25 18 158 2C 38
Octal 301 137 171 0 63 45 30 530 54 70
Binary 11000001 1011111 1111001 0 110011 100101 11000 101011000 101100 111000

Color Harmonies of #C15F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F79

Black with #C15F79

Text Example


Text Example

White with #C15F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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