Html Css Color HEX #C1536B Cabaret

📋 copy color: '#C1536B'

red 193 ◦ green 83 ◦ blue 107

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

Shades of Cabaret #C1536B

Tints of Cabaret #C1536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 50.39%
G = 21.67%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1536B (or 0xC1536B) is known color: Cabaret. HEX triplet: C1, 53 and 6B. RGB value is (193,83,107). Sum of RGB (Red+Green+Blue) = 193+83+107=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1536B is #3EAC94. Grayscale: #767676. Windows color (decimal): -4107413 or 7033793. OLE color: 7033793.

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

Color convert

RGB 193 83 107 -
CMYK 0 0.57 0.45 0.24
HSL 346.91º 0.47% 0.54% -
HSV(B) 346.91º 0.57% 0.76% -
XYZ 27.74 18.59 16.04 -
YUV 118.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 193 83 107 0 0.57 0.45 0.24 346.91 0.47 0.54
Hex C1 53 6B 0 39 2D 18 15B 2F 36
Octal 301 123 153 0 71 55 30 533 57 66
Binary 11000001 1010011 1101011 0 111001 101101 11000 101011011 101111 110110

Color Harmonies of #C1536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1536B

Black with #C1536B

Text Example


Text Example

White with #C1536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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