Html Css Color HEX #C2516D Cabaret

📋 copy color: '#C2516D'

red 194 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #C2516D

Tints of Cabaret #C2516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

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

R = 50.52%
G = 21.09%
B = 28.39%

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

#C2516D (or 0xC2516D) is known color: Cabaret. HEX triplet: C2, 51 and 6D. RGB value is (194,81,109). Sum of RGB (Red+Green+Blue) = 194+81+109=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2516D is #3DAE92. Grayscale: #757575. Windows color (decimal): -4042387 or 7164354. OLE color: 7164354.

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

Color convert

RGB 194 81 109 -
CMYK 0 0.58 0.44 0.24
HSL 345.13º 0.48% 0.54% -
HSV(B) 345.13º 0.58% 0.76% -
XYZ 27.95 18.46 16.56 -
YUV 117.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 194 81 109 0 0.58 0.44 0.24 345.13 0.48 0.54
Hex C2 51 6D 0 3A 2C 18 159 30 36
Octal 302 121 155 0 72 54 30 531 60 66
Binary 11000010 1010001 1101101 0 111010 101100 11000 101011001 110000 110110

Color Harmonies of #C2516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2516D

Black with #C2516D

Text Example


Text Example

White with #C2516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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