Html Css Color HEX #C15070 Cabaret

📋 copy color: '#C15070'

red 193 ◦ green 80 ◦ blue 112

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

Shades of Cabaret #C15070

Tints of Cabaret #C15070

RGB

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

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

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

R = 50.13%
G = 20.78%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15070 (or 0xC15070) is known color: Cabaret. HEX triplet: C1, 50 and 70. RGB value is (193,80,112). Sum of RGB (Red+Green+Blue) = 193+80+112=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C15070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15070 is #3EAF8F. Grayscale: #757575. Windows color (decimal): -4108176 or 7360705. OLE color: 7360705.

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

Color convert

RGB 193 80 112 -
CMYK 0 0.59 0.42 0.24
HSL 343.01º 0.48% 0.54% -
HSV(B) 343.01º 0.59% 0.76% -
XYZ 27.79 18.24 17.39 -
YUV 117.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 193 80 112 0 0.59 0.42 0.24 343.01 0.48 0.54
Hex C1 50 70 0 3B 2A 18 157 30 36
Octal 301 120 160 0 73 52 30 527 60 66
Binary 11000001 1010000 1110000 0 111011 101010 11000 101010111 110000 110110

Color Harmonies of #C15070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15070

Black with #C15070

Text Example


Text Example

White with #C15070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15070; }

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

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

background-color css

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

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

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

border-color css

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

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

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