Html Css Color HEX #C3536E Cabaret

📋 copy color: '#C3536E'

red 195 ◦ green 83 ◦ blue 110

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

Shades of Cabaret #C3536E

Tints of Cabaret #C3536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 50.26%
G = 21.39%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3536E (or 0xC3536E) is known color: Cabaret. HEX triplet: C3, 53 and 6E. RGB value is (195,83,110). Sum of RGB (Red+Green+Blue) = 195+83+110=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3536E is #3CAC91. Grayscale: #777777. Windows color (decimal): -3976338 or 7230403. OLE color: 7230403.

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

Color convert

RGB 195 83 110 -
CMYK 0 0.57 0.44 0.24
HSL 345.54º 0.48% 0.55% -
HSV(B) 345.54º 0.57% 0.76% -
XYZ 28.41 18.91 16.91 -
YUV 119.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 195 83 110 0 0.57 0.44 0.24 345.54 0.48 0.55
Hex C3 53 6E 0 39 2C 18 15A 30 37
Octal 303 123 156 0 71 54 30 532 60 67
Binary 11000011 1010011 1101110 0 111001 101100 11000 101011010 110000 110111

Color Harmonies of #C3536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3536E

Black with #C3536E

Text Example


Text Example

White with #C3536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3536E; }

 p { color: rgb(195,83,110); }

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

background-color css

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

 a { background-color: rgb(195,83,110); }

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

border-color css

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

 span { border-color: rgb(195,83,110); }

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