Html Css Color HEX #C15A6C Cabaret

📋 copy color: '#C15A6C'

red 193 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #C15A6C

Tints of Cabaret #C15A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 49.36%
G = 23.02%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C15A6C (or 0xC15A6C) is known color: Cabaret. HEX triplet: C1, 5A and 6C. RGB value is (193,90,108). Sum of RGB (Red+Green+Blue) = 193+90+108=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A6C is #3EA593. Grayscale: #7A7A7A. Windows color (decimal): -4105620 or 7101121. OLE color: 7101121.

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

Color convert

RGB 193 90 108 -
CMYK 0 0.53 0.44 0.24
HSL 349.51º 0.45% 0.55% -
HSV(B) 349.51º 0.53% 0.76% -
XYZ 28.36 19.73 16.5 -
YUV 122.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 193 90 108 0 0.53 0.44 0.24 349.51 0.45 0.55
Hex C1 5A 6C 0 35 2C 18 15E 2D 37
Octal 301 132 154 0 65 54 30 536 55 67
Binary 11000001 1011010 1101100 0 110101 101100 11000 101011110 101101 110111

Color Harmonies of #C15A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A6C

Black with #C15A6C

Text Example


Text Example

White with #C15A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A6C; }

 p { color: rgb(193,90,108); }

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

background-color css

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

 a { background-color: rgb(193,90,108); }

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

border-color css

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

 span { border-color: rgb(193,90,108); }

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