Html Css Color HEX #C15071 Cabaret

📋 copy color: '#C15071'

red 193 ◦ green 80 ◦ blue 113

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

Shades of Cabaret #C15071

Tints of Cabaret #C15071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 50%
G = 20.73%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C15071 (or 0xC15071) is known color: Cabaret. HEX triplet: C1, 50 and 71. RGB value is (193,80,113). Sum of RGB (Red+Green+Blue) = 193+80+113=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C15071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15071 is #3EAF8E. Grayscale: #757575. Windows color (decimal): -4108175 or 7426241. OLE color: 7426241.

HSL color Cylindrical-coordinate representation of color #C15071: hue angle of 342.48º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15071 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 113 -
CMYK 0 0.59 0.41 0.24
HSL 342.48º 0.48% 0.54% -
HSV(B) 342.48º 0.59% 0.76% -
XYZ 27.84 18.27 17.68 -
YUV 117.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 193 80 113 0 0.59 0.41 0.24 342.48 0.48 0.54
Hex C1 50 71 0 3B 29 18 156 30 36
Octal 301 120 161 0 73 51 30 526 60 66
Binary 11000001 1010000 1110001 0 111011 101001 11000 101010110 110000 110110

Color Harmonies of #C15071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15071

Black with #C15071

Text Example


Text Example

White with #C15071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15071; }

 p { color: rgb(193,80,113); }

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

background-color css

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

 a { background-color: rgb(193,80,113); }

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

border-color css

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

 span { border-color: rgb(193,80,113); }

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