Html Css Color HEX #C6587E Cabaret

📋 copy color: '#C6587E'

red 198 ◦ green 88 ◦ blue 126

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

Shades of Cabaret #C6587E

Tints of Cabaret #C6587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 48.06%
G = 21.36%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6587E (or 0xC6587E) is known color: Cabaret. HEX triplet: C6, 58 and 7E. RGB value is (198,88,126). Sum of RGB (Red+Green+Blue) = 198+88+126=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6587E is #39A781. Grayscale: #7D7D7D. Windows color (decimal): -3778434 or 8280262. OLE color: 8280262.

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

Color convert

RGB 198 88 126 -
CMYK 0 0.56 0.36 0.22
HSL 339.27º 0.49% 0.56% -
HSV(B) 339.27º 0.56% 0.78% -
XYZ 30.54 20.49 22.08 -
YUV 125.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 198 88 126 0 0.56 0.36 0.22 339.27 0.49 0.56
Hex C6 58 7E 0 38 24 16 153 31 38
Octal 306 130 176 0 70 44 26 523 61 70
Binary 11000110 1011000 1111110 0 111000 100100 10110 101010011 110001 111000

Color Harmonies of #C6587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6587E

Black with #C6587E

Text Example


Text Example

White with #C6587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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