Html Css Color HEX #C2516C Cabaret

📋 copy color: '#C2516C'

red 194 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #C2516C

Tints of Cabaret #C2516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 50.65%
G = 21.15%
B = 28.2%

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

#C2516C (or 0xC2516C) is known color: Cabaret. HEX triplet: C2, 51 and 6C. RGB value is (194,81,108). Sum of RGB (Red+Green+Blue) = 194+81+108=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2516C is #3DAE93. Grayscale: #757575. Windows color (decimal): -4042388 or 7098818. OLE color: 7098818.

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

Color convert

RGB 194 81 108 -
CMYK 0 0.58 0.44 0.24
HSL 345.66º 0.48% 0.54% -
HSV(B) 345.66º 0.58% 0.76% -
XYZ 27.9 18.44 16.28 -
YUV 117.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 194 81 108 0 0.58 0.44 0.24 345.66 0.48 0.54
Hex C2 51 6C 0 3A 2C 18 15A 30 36
Octal 302 121 154 0 72 54 30 532 60 66
Binary 11000010 1010001 1101100 0 111010 101100 11000 101011010 110000 110110

Color Harmonies of #C2516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2516C

Black with #C2516C

Text Example


Text Example

White with #C2516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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