Html Css Color HEX #C6496C Cabaret

📋 copy color: '#C6496C'

red 198 ◦ green 73 ◦ blue 108

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

Shades of Cabaret #C6496C

Tints of Cabaret #C6496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.26%

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

R = 52.24%
G = 19.26%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6496C (or 0xC6496C) is known color: Cabaret. HEX triplet: C6, 49 and 6C. RGB value is (198,73,108). Sum of RGB (Red+Green+Blue) = 198+73+108=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6496C is #39B693. Grayscale: #727272. Windows color (decimal): -3782292 or 7096774. OLE color: 7096774.

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

Color convert

RGB 198 73 108 -
CMYK 0 0.63 0.45 0.22
HSL 343.2º 0.52% 0.53% -
HSV(B) 343.2º 0.63% 0.78% -
XYZ 28.38 17.85 16.14 -
YUV 114.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 198 73 108 0 0.63 0.45 0.22 343.2 0.52 0.53
Hex C6 49 6C 0 3F 2D 16 157 34 35
Octal 306 111 154 0 77 55 26 527 64 65
Binary 11000110 1001001 1101100 0 111111 101101 10110 101010111 110100 110101

Color Harmonies of #C6496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6496C

Black with #C6496C

Text Example


Text Example

White with #C6496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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