Html Css Color HEX #C2536A Cabaret

📋 copy color: '#C2536A'

red 194 ◦ green 83 ◦ blue 106

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

Shades of Cabaret #C2536A

Tints of Cabaret #C2536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 50.65%
G = 21.67%
B = 27.68%

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

#C2536A (or 0xC2536A) is known color: Cabaret. HEX triplet: C2, 53 and 6A. RGB value is (194,83,106). Sum of RGB (Red+Green+Blue) = 194+83+106=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2536A is #3DAC95. Grayscale: #767676. Windows color (decimal): -4041878 or 6968258. OLE color: 6968258.

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

Color convert

RGB 194 83 106 -
CMYK 0 0.57 0.45 0.24
HSL 347.57º 0.48% 0.54% -
HSV(B) 347.57º 0.57% 0.76% -
XYZ 27.94 18.7 15.77 -
YUV 118.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 194 83 106 0 0.57 0.45 0.24 347.57 0.48 0.54
Hex C2 53 6A 0 39 2D 18 15C 30 36
Octal 302 123 152 0 71 55 30 534 60 66
Binary 11000010 1010011 1101010 0 111001 101101 11000 101011100 110000 110110

Color Harmonies of #C2536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2536A

Black with #C2536A

Text Example


Text Example

White with #C2536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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