Html Css Color HEX #C6536D Cabaret

📋 copy color: '#C6536D'

red 198 ◦ green 83 ◦ blue 109

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

Shades of Cabaret #C6536D

Tints of Cabaret #C6536D

RGB

 RED value IS 198 (77.73% from 255) = 50.77%

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

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

R = 50.77%
G = 21.28%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6536D (or 0xC6536D) is known color: Cabaret. HEX triplet: C6, 53 and 6D. RGB value is (198,83,109). Sum of RGB (Red+Green+Blue) = 198+83+109=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6536D is #39AC92. Grayscale: #787878. Windows color (decimal): -3779731 or 7164870. OLE color: 7164870.

HSL color Cylindrical-coordinate representation of color #C6536D: hue angle of 346.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6536D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 109 -
CMYK 0 0.58 0.45 0.22
HSL 346.43º 0.5% 0.55% -
HSV(B) 346.43º 0.58% 0.78% -
XYZ 29.14 19.3 16.66 -
YUV 120.35 121.6 183.39 -
System Red Green Blue C M Y K H S L
Decimal 198 83 109 0 0.58 0.45 0.22 346.43 0.5 0.55
Hex C6 53 6D 0 3A 2D 16 15A 32 37
Octal 306 123 155 0 72 55 26 532 62 67
Binary 11000110 1010011 1101101 0 111010 101101 10110 101011010 110010 110111

Color Harmonies of #C6536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6536D

Black with #C6536D

Text Example


Text Example

White with #C6536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6536D; }

 p { color: rgb(198,83,109); }

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

background-color css

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

 a { background-color: rgb(198,83,109); }

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

border-color css

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

 span { border-color: rgb(198,83,109); }

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