Html Css Color HEX #C6536C Cabaret

📋 copy color: '#C6536C'

red 198 ◦ green 83 ◦ blue 108

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

Shades of Cabaret #C6536C

Tints of Cabaret #C6536C

RGB

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

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

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

R = 50.9%
G = 21.34%
B = 27.76%

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

#C6536C (or 0xC6536C) is known color: Cabaret. HEX triplet: C6, 53 and 6C. RGB value is (198,83,108). Sum of RGB (Red+Green+Blue) = 198+83+108=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6536C is #39AC93. Grayscale: #787878. Windows color (decimal): -3779732 or 7099334. OLE color: 7099334.

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

Color convert

RGB 198 83 108 -
CMYK 0 0.58 0.45 0.22
HSL 346.96º 0.5% 0.55% -
HSV(B) 346.96º 0.58% 0.78% -
XYZ 29.09 19.27 16.37 -
YUV 120.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 198 83 108 0 0.58 0.45 0.22 346.96 0.5 0.55
Hex C6 53 6C 0 3A 2D 16 15B 32 37
Octal 306 123 154 0 72 55 26 533 62 67
Binary 11000110 1010011 1101100 0 111010 101101 10110 101011011 110010 110111

Color Harmonies of #C6536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6536C

Black with #C6536C

Text Example


Text Example

White with #C6536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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