Html Css Color HEX #C6566A Cabaret

📋 copy color: '#C6566A'

red 198 ◦ green 86 ◦ blue 106

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

Shades of Cabaret #C6566A

Tints of Cabaret #C6566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 50.77%
G = 22.05%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6566A (or 0xC6566A) is known color: Cabaret. HEX triplet: C6, 56 and 6A. RGB value is (198,86,106). Sum of RGB (Red+Green+Blue) = 198+86+106=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6566A is #39A995. Grayscale: #797979. Windows color (decimal): -3778966 or 6969030. OLE color: 6969030.

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

Color convert

RGB 198 86 106 -
CMYK 0 0.57 0.46 0.22
HSL 349.29º 0.5% 0.56% -
HSV(B) 349.29º 0.57% 0.78% -
XYZ 29.22 19.7 15.9 -
YUV 121.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 198 86 106 0 0.57 0.46 0.22 349.29 0.5 0.56
Hex C6 56 6A 0 39 2E 16 15D 32 38
Octal 306 126 152 0 71 56 26 535 62 70
Binary 11000110 1010110 1101010 0 111001 101110 10110 101011101 110010 111000

Color Harmonies of #C6566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6566A

Black with #C6566A

Text Example


Text Example

White with #C6566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6566A; }

 p { color: rgb(198,86,106); }

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

background-color css

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

 a { background-color: rgb(198,86,106); }

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

border-color css

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

 span { border-color: rgb(198,86,106); }

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