Html Css Color HEX #C6596F Cabaret

📋 copy color: '#C6596F'

red 198 ◦ green 89 ◦ blue 111

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

Shades of Cabaret #C6596F

Tints of Cabaret #C6596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.36%

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

R = 49.75%
G = 22.36%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6596F (or 0xC6596F) is known color: Cabaret. HEX triplet: C6, 59 and 6F. RGB value is (198,89,111). Sum of RGB (Red+Green+Blue) = 198+89+111=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6596F is #39A690. Grayscale: #7C7C7C. Windows color (decimal): -3778193 or 7297478. OLE color: 7297478.

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

Color convert

RGB 198 89 111 -
CMYK 0 0.55 0.44 0.22
HSL 347.89º 0.49% 0.56% -
HSV(B) 347.89º 0.55% 0.78% -
XYZ 29.73 20.3 17.39 -
YUV 124.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 198 89 111 0 0.55 0.44 0.22 347.89 0.49 0.56
Hex C6 59 6F 0 37 2C 16 15C 31 38
Octal 306 131 157 0 67 54 26 534 61 70
Binary 11000110 1011001 1101111 0 110111 101100 10110 101011100 110001 111000

Color Harmonies of #C6596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6596F

Black with #C6596F

Text Example


Text Example

White with #C6596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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