Html Css Color HEX #C3496D Cabaret

📋 copy color: '#C3496D'

red 195 ◦ green 73 ◦ blue 109

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

Shades of Cabaret #C3496D

Tints of Cabaret #C3496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 51.72%
G = 19.36%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3496D (or 0xC3496D) is known color: Cabaret. HEX triplet: C3, 49 and 6D. RGB value is (195,73,109). Sum of RGB (Red+Green+Blue) = 195+73+109=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3496D is #3CB692. Grayscale: #717171. Windows color (decimal): -3978899 or 7162307. OLE color: 7162307.

HSL color Cylindrical-coordinate representation of color #C3496D: hue angle of 342.3º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3496D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 109 -
CMYK 0 0.63 0.44 0.24
HSL 342.3º 0.5% 0.53% -
HSV(B) 342.3º 0.63% 0.76% -
XYZ 27.65 17.47 16.38 -
YUV 113.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 195 73 109 0 0.63 0.44 0.24 342.3 0.5 0.53
Hex C3 49 6D 0 3F 2C 18 156 32 35
Octal 303 111 155 0 77 54 30 526 62 65
Binary 11000011 1001001 1101101 0 111111 101100 11000 101010110 110010 110101

Color Harmonies of #C3496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3496D

Black with #C3496D

Text Example


Text Example

White with #C3496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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