Html Css Color HEX #C15570 Cabaret

📋 copy color: '#C15570'

red 193 ◦ green 85 ◦ blue 112

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

Shades of Cabaret #C15570

Tints of Cabaret #C15570

RGB

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

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

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

R = 49.49%
G = 21.79%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15570 (or 0xC15570) is known color: Cabaret. HEX triplet: C1, 55 and 70. RGB value is (193,85,112). Sum of RGB (Red+Green+Blue) = 193+85+112=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C15570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15570 is #3EAA8F. Grayscale: #787878. Windows color (decimal): -4106896 or 7361985. OLE color: 7361985.

HSL color Cylindrical-coordinate representation of color #C15570: hue angle of 345º 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 #C15570 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 112 -
CMYK 0 0.56 0.42 0.24
HSL 345º 0.47% 0.55% -
HSV(B) 345º 0.56% 0.76% -
XYZ 28.17 19 17.51 -
YUV 120.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 193 85 112 0 0.56 0.42 0.24 345 0.47 0.55
Hex C1 55 70 0 38 2A 18 159 2F 37
Octal 301 125 160 0 70 52 30 531 57 67
Binary 11000001 1010101 1110000 0 111000 101010 11000 101011001 101111 110111

Color Harmonies of #C15570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15570

Black with #C15570

Text Example


Text Example

White with #C15570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15570; }

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

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

background-color css

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

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

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

border-color css

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

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

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