Html Css Color HEX #C1536D Cabaret

📋 copy color: '#C1536D'

red 193 ◦ green 83 ◦ blue 109

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

Shades of Cabaret #C1536D

Tints of Cabaret #C1536D

RGB

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

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

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

R = 50.13%
G = 21.56%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1536D (or 0xC1536D) is known color: Cabaret. HEX triplet: C1, 53 and 6D. RGB value is (193,83,109). Sum of RGB (Red+Green+Blue) = 193+83+109=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1536D is #3EAC92. Grayscale: #767676. Windows color (decimal): -4107411 or 7164865. OLE color: 7164865.

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

Color convert

RGB 193 83 109 -
CMYK 0 0.57 0.44 0.24
HSL 345.82º 0.47% 0.54% -
HSV(B) 345.82º 0.57% 0.76% -
XYZ 27.85 18.63 16.6 -
YUV 118.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 193 83 109 0 0.57 0.44 0.24 345.82 0.47 0.54
Hex C1 53 6D 0 39 2C 18 15A 2F 36
Octal 301 123 155 0 71 54 30 532 57 66
Binary 11000001 1010011 1101101 0 111001 101100 11000 101011010 101111 110110

Color Harmonies of #C1536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1536D

Black with #C1536D

Text Example


Text Example

White with #C1536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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