Html Css Color HEX #C15575 Cabaret

📋 copy color: '#C15575'

red 193 ◦ green 85 ◦ blue 117

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

Shades of Cabaret #C15575

Tints of Cabaret #C15575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 48.86%
G = 21.52%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C15575 (or 0xC15575) is known color: Cabaret. HEX triplet: C1, 55 and 75. RGB value is (193,85,117). Sum of RGB (Red+Green+Blue) = 193+85+117=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C15575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15575 is #3EAA8A. Grayscale: #787878. Windows color (decimal): -4106891 or 7689665. OLE color: 7689665.

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

Color convert

RGB 193 85 117 -
CMYK 0 0.56 0.39 0.24
HSL 342.22º 0.47% 0.55% -
HSV(B) 342.22º 0.56% 0.76% -
XYZ 28.45 19.12 19.02 -
YUV 120.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 193 85 117 0 0.56 0.39 0.24 342.22 0.47 0.55
Hex C1 55 75 0 38 27 18 156 2F 37
Octal 301 125 165 0 70 47 30 526 57 67
Binary 11000001 1010101 1110101 0 111000 100111 11000 101010110 101111 110111

Color Harmonies of #C15575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15575

Black with #C15575

Text Example


Text Example

White with #C15575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15575; }

 p { color: rgb(193,85,117); }

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

background-color css

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

 a { background-color: rgb(193,85,117); }

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

border-color css

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

 span { border-color: rgb(193,85,117); }

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