Html Css Color HEX #C15470 Cabaret

📋 copy color: '#C15470'

red 193 ◦ green 84 ◦ blue 112

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

Shades of Cabaret #C15470

Tints of Cabaret #C15470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 49.61%
G = 21.59%
B = 28.79%

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

#C15470 (or 0xC15470) is known color: Cabaret. HEX triplet: C1, 54 and 70. RGB value is (193,84,112). Sum of RGB (Red+Green+Blue) = 193+84+112=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C15470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15470 is #3EAB8F. Grayscale: #777777. Windows color (decimal): -4107152 or 7361729. OLE color: 7361729.

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

Color convert

RGB 193 84 112 -
CMYK 0 0.56 0.42 0.24
HSL 344.59º 0.47% 0.54% -
HSV(B) 344.59º 0.56% 0.76% -
XYZ 28.09 18.85 17.49 -
YUV 119.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 193 84 112 0 0.56 0.42 0.24 344.59 0.47 0.54
Hex C1 54 70 0 38 2A 18 159 2F 36
Octal 301 124 160 0 70 52 30 531 57 66
Binary 11000001 1010100 1110000 0 111000 101010 11000 101011001 101111 110110

Color Harmonies of #C15470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15470

Black with #C15470

Text Example


Text Example

White with #C15470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15470; }

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

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

background-color css

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

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

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

border-color css

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

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

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