Html Css Color HEX #C15B7A Cabaret

📋 copy color: '#C15B7A'

red 193 ◦ green 91 ◦ blue 122

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

Shades of Cabaret #C15B7A

Tints of Cabaret #C15B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 47.54%
G = 22.41%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C15B7A (or 0xC15B7A) is known color: Cabaret. HEX triplet: C1, 5B and 7A. RGB value is (193,91,122). Sum of RGB (Red+Green+Blue) = 193+91+122=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B7A is #3EA485. Grayscale: #7D7D7D. Windows color (decimal): -4105350 or 8018881. OLE color: 8018881.

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

Color convert

RGB 193 91 122 -
CMYK 0 0.53 0.37 0.24
HSL 341.76º 0.45% 0.56% -
HSV(B) 341.76º 0.53% 0.76% -
XYZ 29.25 20.22 20.77 -
YUV 125.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 193 91 122 0 0.53 0.37 0.24 341.76 0.45 0.56
Hex C1 5B 7A 0 35 25 18 156 2D 38
Octal 301 133 172 0 65 45 30 526 55 70
Binary 11000001 1011011 1111010 0 110101 100101 11000 101010110 101101 111000

Color Harmonies of #C15B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B7A

Black with #C15B7A

Text Example


Text Example

White with #C15B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B7A; }

 p { color: rgb(193,91,122); }

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

background-color css

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

 a { background-color: rgb(193,91,122); }

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

border-color css

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

 span { border-color: rgb(193,91,122); }

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