Html Css Color HEX #C1526B Cabaret

📋 copy color: '#C1526B'

red 193 ◦ green 82 ◦ blue 107

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

Shades of Cabaret #C1526B

Tints of Cabaret #C1526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 50.52%
G = 21.47%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1526B (or 0xC1526B) is known color: Cabaret. HEX triplet: C1, 52 and 6B. RGB value is (193,82,107). Sum of RGB (Red+Green+Blue) = 193+82+107=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1526B is #3EAD94. Grayscale: #767676. Windows color (decimal): -4107669 or 7033537. OLE color: 7033537.

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

Color convert

RGB 193 82 107 -
CMYK 0 0.58 0.45 0.24
HSL 346.49º 0.47% 0.54% -
HSV(B) 346.49º 0.58% 0.76% -
XYZ 27.66 18.43 16.01 -
YUV 118.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 193 82 107 0 0.58 0.45 0.24 346.49 0.47 0.54
Hex C1 52 6B 0 3A 2D 18 15A 2F 36
Octal 301 122 153 0 72 55 30 532 57 66
Binary 11000001 1010010 1101011 0 111010 101101 11000 101011010 101111 110110

Color Harmonies of #C1526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1526B

Black with #C1526B

Text Example


Text Example

White with #C1526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1526B; }

 p { color: rgb(193,82,107); }

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

background-color css

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

 a { background-color: rgb(193,82,107); }

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

border-color css

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

 span { border-color: rgb(193,82,107); }

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