Html Css Color HEX #C15370 Cabaret

📋 copy color: '#C15370'

red 193 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C15370

Tints of Cabaret #C15370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 49.74%
G = 21.39%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15370 (or 0xC15370) is known color: Cabaret. HEX triplet: C1, 53 and 70. RGB value is (193,83,112). Sum of RGB (Red+Green+Blue) = 193+83+112=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C15370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15370 is #3EAC8F. Grayscale: #777777. Windows color (decimal): -4107408 or 7361473. OLE color: 7361473.

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

Color convert

RGB 193 83 112 -
CMYK 0 0.57 0.42 0.24
HSL 344.18º 0.47% 0.54% -
HSV(B) 344.18º 0.57% 0.76% -
XYZ 28.01 18.69 17.46 -
YUV 119.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 193 83 112 0 0.57 0.42 0.24 344.18 0.47 0.54
Hex C1 53 70 0 39 2A 18 158 2F 36
Octal 301 123 160 0 71 52 30 530 57 66
Binary 11000001 1010011 1110000 0 111001 101010 11000 101011000 101111 110110

Color Harmonies of #C15370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15370

Black with #C15370

Text Example


Text Example

White with #C15370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15370; }

 p { color: rgb(193,83,112); }

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

background-color css

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

 a { background-color: rgb(193,83,112); }

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

border-color css

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

 span { border-color: rgb(193,83,112); }

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