Html Css Color HEX #C2526D Cabaret

📋 copy color: '#C2526D'

red 194 ◦ green 82 ◦ blue 109

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

Shades of Cabaret #C2526D

Tints of Cabaret #C2526D

RGB

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

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

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

R = 50.39%
G = 21.3%
B = 28.31%

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

#C2526D (or 0xC2526D) is known color: Cabaret. HEX triplet: C2, 52 and 6D. RGB value is (194,82,109). Sum of RGB (Red+Green+Blue) = 194+82+109=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2526D is #3DAD92. Grayscale: #767676. Windows color (decimal): -4042131 or 7164610. OLE color: 7164610.

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

Color convert

RGB 194 82 109 -
CMYK 0 0.58 0.44 0.24
HSL 345.54º 0.48% 0.54% -
HSV(B) 345.54º 0.58% 0.76% -
XYZ 28.03 18.61 16.58 -
YUV 118.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 194 82 109 0 0.58 0.44 0.24 345.54 0.48 0.54
Hex C2 52 6D 0 3A 2C 18 15A 30 36
Octal 302 122 155 0 72 54 30 532 60 66
Binary 11000010 1010010 1101101 0 111010 101100 11000 101011010 110000 110110

Color Harmonies of #C2526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2526D

Black with #C2526D

Text Example


Text Example

White with #C2526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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