Html Css Color HEX #C15D6F Cabaret

📋 copy color: '#C15D6F'

red 193 ◦ green 93 ◦ blue 111

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

Shades of Cabaret #C15D6F

Tints of Cabaret #C15D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

 BLUE value IS 111 (43.75% from 255) = 27.96%

R = 48.61%
G = 23.43%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15D6F (or 0xC15D6F) is known color: Cabaret. HEX triplet: C1, 5D and 6F. RGB value is (193,93,111). Sum of RGB (Red+Green+Blue) = 193+93+111=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D6F is #3EA290. Grayscale: #7C7C7C. Windows color (decimal): -4104849 or 7298497. OLE color: 7298497.

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

Color convert

RGB 193 93 111 -
CMYK 0 0.52 0.42 0.24
HSL 349.2º 0.45% 0.56% -
HSV(B) 349.2º 0.52% 0.76% -
XYZ 28.78 20.31 17.44 -
YUV 124.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 193 93 111 0 0.52 0.42 0.24 349.2 0.45 0.56
Hex C1 5D 6F 0 34 2A 18 15D 2D 38
Octal 301 135 157 0 64 52 30 535 55 70
Binary 11000001 1011101 1101111 0 110100 101010 11000 101011101 101101 111000

Color Harmonies of #C15D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D6F

Black with #C15D6F

Text Example


Text Example

White with #C15D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D6F; }

 p { color: rgb(193,93,111); }

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

background-color css

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

 a { background-color: rgb(193,93,111); }

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

border-color css

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

 span { border-color: rgb(193,93,111); }

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