Html Css Color HEX #C3516D Cabaret

📋 copy color: '#C3516D'

red 195 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #C3516D

Tints of Cabaret #C3516D

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

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

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

R = 50.65%
G = 21.04%
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

#C3516D (or 0xC3516D) is known color: Cabaret. HEX triplet: C3, 51 and 6D. RGB value is (195,81,109). Sum of RGB (Red+Green+Blue) = 195+81+109=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3516D is #3CAE92. Grayscale: #767676. Windows color (decimal): -3976851 or 7164355. OLE color: 7164355.

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

Color convert

RGB 195 81 109 -
CMYK 0 0.58 0.44 0.24
HSL 345.26º 0.49% 0.54% -
HSV(B) 345.26º 0.58% 0.76% -
XYZ 28.21 18.59 16.57 -
YUV 118.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 195 81 109 0 0.58 0.44 0.24 345.26 0.49 0.54
Hex C3 51 6D 0 3A 2C 18 159 31 36
Octal 303 121 155 0 72 54 30 531 61 66
Binary 11000011 1010001 1101101 0 111010 101100 11000 101011001 110001 110110

Color Harmonies of #C3516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3516D

Black with #C3516D

Text Example


Text Example

White with #C3516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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