Html Css Color HEX #C6476F Cabaret

📋 copy color: '#C6476F'

red 198 ◦ green 71 ◦ blue 111

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

Shades of Cabaret #C6476F

Tints of Cabaret #C6476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 52.11%
G = 18.68%
B = 29.21%

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

#C6476F (or 0xC6476F) is known color: Cabaret. HEX triplet: C6, 47 and 6F. RGB value is (198,71,111). Sum of RGB (Red+Green+Blue) = 198+71+111=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6476F is #39B890. Grayscale: #717171. Windows color (decimal): -3782801 or 7292870. OLE color: 7292870.

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

Color convert

RGB 198 71 111 -
CMYK 0 0.64 0.44 0.22
HSL 341.1º 0.53% 0.53% -
HSV(B) 341.1º 0.64% 0.78% -
XYZ 28.41 17.66 16.95 -
YUV 113.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 198 71 111 0 0.64 0.44 0.22 341.1 0.53 0.53
Hex C6 47 6F 0 40 2C 16 155 35 35
Octal 306 107 157 0 100 54 26 525 65 65
Binary 11000110 1000111 1101111 0 1000000 101100 10110 101010101 110101 110101

Color Harmonies of #C6476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6476F

Black with #C6476F

Text Example


Text Example

White with #C6476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6476F; }

 p { color: rgb(198,71,111); }

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

background-color css

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

 a { background-color: rgb(198,71,111); }

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

border-color css

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

 span { border-color: rgb(198,71,111); }

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