Html Css Color HEX #C6586D Cabaret

📋 copy color: '#C6586D'

red 198 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #C6586D

Tints of Cabaret #C6586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 50.13%
G = 22.28%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6586D (or 0xC6586D) is known color: Cabaret. HEX triplet: C6, 58 and 6D. RGB value is (198,88,109). Sum of RGB (Red+Green+Blue) = 198+88+109=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6586D is #39A792. Grayscale: #7B7B7B. Windows color (decimal): -3778451 or 7166150. OLE color: 7166150.

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

Color convert

RGB 198 88 109 -
CMYK 0 0.56 0.45 0.22
HSL 348.55º 0.49% 0.56% -
HSV(B) 348.55º 0.56% 0.78% -
XYZ 29.54 20.09 16.79 -
YUV 123.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 198 88 109 0 0.56 0.45 0.22 348.55 0.49 0.56
Hex C6 58 6D 0 38 2D 16 15D 31 38
Octal 306 130 155 0 70 55 26 535 61 70
Binary 11000110 1011000 1101101 0 111000 101101 10110 101011101 110001 111000

Color Harmonies of #C6586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6586D

Black with #C6586D

Text Example


Text Example

White with #C6586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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