Html Css Color HEX #C2536B Cabaret

📋 copy color: '#C2536B'

red 194 ◦ green 83 ◦ blue 107

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

Shades of Cabaret #C2536B

Tints of Cabaret #C2536B

RGB

 RED value IS 194 (76.17% from 255) = 50.52%

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

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

R = 50.52%
G = 21.61%
B = 27.86%

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

#C2536B (or 0xC2536B) is known color: Cabaret. HEX triplet: C2, 53 and 6B. RGB value is (194,83,107). Sum of RGB (Red+Green+Blue) = 194+83+107=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2536B is #3DAC94. Grayscale: #767676. Windows color (decimal): -4041877 or 7033794. OLE color: 7033794.

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

Color convert

RGB 194 83 107 -
CMYK 0 0.57 0.45 0.24
HSL 347.03º 0.48% 0.54% -
HSV(B) 347.03º 0.57% 0.76% -
XYZ 28 18.72 16.05 -
YUV 118.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 194 83 107 0 0.57 0.45 0.24 347.03 0.48 0.54
Hex C2 53 6B 0 39 2D 18 15B 30 36
Octal 302 123 153 0 71 55 30 533 60 66
Binary 11000010 1010011 1101011 0 111001 101101 11000 101011011 110000 110110

Color Harmonies of #C2536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2536B

Black with #C2536B

Text Example


Text Example

White with #C2536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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