Html Css Color HEX #C6486C Cabaret

📋 copy color: '#C6486C'

red 198 ◦ green 72 ◦ blue 108

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

Shades of Cabaret #C6486C

Tints of Cabaret #C6486C

RGB

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

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

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

R = 52.38%
G = 19.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6486C (or 0xC6486C) is known color: Cabaret. HEX triplet: C6, 48 and 6C. RGB value is (198,72,108). Sum of RGB (Red+Green+Blue) = 198+72+108=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6486C is #39B793. Grayscale: #717171. Windows color (decimal): -3782548 or 7096518. OLE color: 7096518.

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

Color convert

RGB 198 72 108 -
CMYK 0 0.64 0.45 0.22
HSL 342.86º 0.53% 0.53% -
HSV(B) 342.86º 0.64% 0.78% -
XYZ 28.31 17.72 16.12 -
YUV 113.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 198 72 108 0 0.64 0.45 0.22 342.86 0.53 0.53
Hex C6 48 6C 0 40 2D 16 157 34 35
Octal 306 110 154 0 100 55 26 527 64 65
Binary 11000110 1001000 1101100 0 1000000 101101 10110 101010111 110100 110101

Color Harmonies of #C6486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6486C

Black with #C6486C

Text Example


Text Example

White with #C6486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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