Html Css Color HEX #C2586C Cabaret

📋 copy color: '#C2586C'

red 194 ◦ green 88 ◦ blue 108

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

Shades of Cabaret #C2586C

Tints of Cabaret #C2586C

RGB

 RED value IS 194 (76.17% from 255) = 49.74%

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

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 49.74%
G = 22.56%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2586C (or 0xC2586C) is known color: Cabaret. HEX triplet: C2, 58 and 6C. RGB value is (194,88,108). Sum of RGB (Red+Green+Blue) = 194+88+108=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2586C is #3DA793. Grayscale: #797979. Windows color (decimal): -4040596 or 7100610. OLE color: 7100610.

HSL color Cylindrical-coordinate representation of color #C2586C: hue angle of 348.68º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2586C is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 108 -
CMYK 0 0.55 0.44 0.24
HSL 348.68º 0.46% 0.55% -
HSV(B) 348.68º 0.55% 0.76% -
XYZ 28.44 19.53 16.46 -
YUV 121.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 194 88 108 0 0.55 0.44 0.24 348.68 0.46 0.55
Hex C2 58 6C 0 37 2C 18 15D 2E 37
Octal 302 130 154 0 67 54 30 535 56 67
Binary 11000010 1011000 1101100 0 110111 101100 11000 101011101 101110 110111

Color Harmonies of #C2586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2586C

Black with #C2586C

Text Example


Text Example

White with #C2586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2586C; }

 p { color: rgb(194,88,108); }

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

background-color css

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

 a { background-color: rgb(194,88,108); }

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

border-color css

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

 span { border-color: rgb(194,88,108); }

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