Html Css Color HEX #C15271 Cabaret

📋 copy color: '#C15271'

red 193 ◦ green 82 ◦ blue 113

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

Shades of Cabaret #C15271

Tints of Cabaret #C15271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 49.74%
G = 21.13%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C15271 (or 0xC15271) is known color: Cabaret. HEX triplet: C1, 52 and 71. RGB value is (193,82,113). Sum of RGB (Red+Green+Blue) = 193+82+113=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C15271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15271 is #3EAD8E. Grayscale: #767676. Windows color (decimal): -4107663 or 7426753. OLE color: 7426753.

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

Color convert

RGB 193 82 113 -
CMYK 0 0.58 0.41 0.24
HSL 343.24º 0.47% 0.54% -
HSV(B) 343.24º 0.58% 0.76% -
XYZ 27.99 18.56 17.73 -
YUV 118.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 193 82 113 0 0.58 0.41 0.24 343.24 0.47 0.54
Hex C1 52 71 0 3A 29 18 157 2F 36
Octal 301 122 161 0 72 51 30 527 57 66
Binary 11000001 1010010 1110001 0 111010 101001 11000 101010111 101111 110110

Color Harmonies of #C15271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15271

Black with #C15271

Text Example


Text Example

White with #C15271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15271; }

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

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

background-color css

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

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

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

border-color css

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

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

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