Html Css Color HEX #C6486E Cabaret

📋 copy color: '#C6486E'

red 198 ◦ green 72 ◦ blue 110

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

Shades of Cabaret #C6486E

Tints of Cabaret #C6486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.95%

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

R = 52.11%
G = 18.95%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6486E (or 0xC6486E) is known color: Cabaret. HEX triplet: C6, 48 and 6E. RGB value is (198,72,110). Sum of RGB (Red+Green+Blue) = 198+72+110=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6486E is #39B791. Grayscale: #717171. Windows color (decimal): -3782546 or 7227590. OLE color: 7227590.

HSL color Cylindrical-coordinate representation of color #C6486E: hue angle of 341.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6486E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 110 -
CMYK 0 0.64 0.44 0.22
HSL 341.9º 0.53% 0.53% -
HSV(B) 341.9º 0.64% 0.78% -
XYZ 28.42 17.77 16.68 -
YUV 114.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 198 72 110 0 0.64 0.44 0.22 341.9 0.53 0.53
Hex C6 48 6E 0 40 2C 16 156 34 35
Octal 306 110 156 0 100 54 26 526 64 65
Binary 11000110 1001000 1101110 0 1000000 101100 10110 101010110 110100 110101

Color Harmonies of #C6486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6486E

Black with #C6486E

Text Example


Text Example

White with #C6486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6486E; }

 p { color: rgb(198,72,110); }

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

background-color css

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

 a { background-color: rgb(198,72,110); }

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

border-color css

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

 span { border-color: rgb(198,72,110); }

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