Html Css Color HEX #C6506A Cabaret

📋 copy color: '#C6506A'

red 198 ◦ green 80 ◦ blue 106

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

Shades of Cabaret #C6506A

Tints of Cabaret #C6506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 51.56%
G = 20.83%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6506A (or 0xC6506A) is known color: Cabaret. HEX triplet: C6, 50 and 6A. RGB value is (198,80,106). Sum of RGB (Red+Green+Blue) = 198+80+106=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6506A is #39AF95. Grayscale: #767676. Windows color (decimal): -3780502 or 6967494. OLE color: 6967494.

HSL color Cylindrical-coordinate representation of color #C6506A: hue angle of 346.78º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6506A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 106 -
CMYK 0 0.60 0.46 0.22
HSL 346.78º 0.51% 0.55% -
HSV(B) 346.78º 0.6% 0.78% -
XYZ 28.76 18.78 15.75 -
YUV 118.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 198 80 106 0 0.60 0.46 0.22 346.78 0.51 0.55
Hex C6 50 6A 0 3C 2E 16 15B 33 37
Octal 306 120 152 0 74 56 26 533 63 67
Binary 11000110 1010000 1101010 0 111100 101110 10110 101011011 110011 110111

Color Harmonies of #C6506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6506A

Black with #C6506A

Text Example


Text Example

White with #C6506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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