Html Css Color HEX #C6586F Cabaret

📋 copy color: '#C6586F'

red 198 ◦ green 88 ◦ blue 111

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

Shades of Cabaret #C6586F

Tints of Cabaret #C6586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 49.87%
G = 22.17%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6586F (or 0xC6586F) is known color: Cabaret. HEX triplet: C6, 58 and 6F. RGB value is (198,88,111). Sum of RGB (Red+Green+Blue) = 198+88+111=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6586F is #39A790. Grayscale: #7B7B7B. Windows color (decimal): -3778449 or 7297222. OLE color: 7297222.

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

Color convert

RGB 198 88 111 -
CMYK 0 0.56 0.44 0.22
HSL 347.45º 0.49% 0.56% -
HSV(B) 347.45º 0.56% 0.78% -
XYZ 29.65 20.13 17.36 -
YUV 123.51 120.94 181.13 -
System Red Green Blue C M Y K H S L
Decimal 198 88 111 0 0.56 0.44 0.22 347.45 0.49 0.56
Hex C6 58 6F 0 38 2C 16 15B 31 38
Octal 306 130 157 0 70 54 26 533 61 70
Binary 11000110 1011000 1101111 0 111000 101100 10110 101011011 110001 111000

Color Harmonies of #C6586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6586F

Black with #C6586F

Text Example


Text Example

White with #C6586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6586F; }

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

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

background-color css

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

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

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

border-color css

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

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

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