Html Css Color HEX #C1526D Cabaret

📋 copy color: '#C1526D'

red 193 ◦ green 82 ◦ blue 109

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

Shades of Cabaret #C1526D

Tints of Cabaret #C1526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 50.26%
G = 21.35%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1526D (or 0xC1526D) is known color: Cabaret. HEX triplet: C1, 52 and 6D. RGB value is (193,82,109). Sum of RGB (Red+Green+Blue) = 193+82+109=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1526D is #3EAD92. Grayscale: #767676. Windows color (decimal): -4107667 or 7164609. OLE color: 7164609.

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

Color convert

RGB 193 82 109 -
CMYK 0 0.58 0.44 0.24
HSL 345.41º 0.47% 0.54% -
HSV(B) 345.41º 0.58% 0.76% -
XYZ 27.77 18.48 16.57 -
YUV 118.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 193 82 109 0 0.58 0.44 0.24 345.41 0.47 0.54
Hex C1 52 6D 0 3A 2C 18 159 2F 36
Octal 301 122 155 0 72 54 30 531 57 66
Binary 11000001 1010010 1101101 0 111010 101100 11000 101011001 101111 110110

Color Harmonies of #C1526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1526D

Black with #C1526D

Text Example


Text Example

White with #C1526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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