Html Css Color HEX #C2586F Cabaret

📋 copy color: '#C2586F'

red 194 ◦ green 88 ◦ blue 111

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

Shades of Cabaret #C2586F

Tints of Cabaret #C2586F

RGB

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

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

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

R = 49.36%
G = 22.39%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2586F (or 0xC2586F) is known color: Cabaret. HEX triplet: C2, 58 and 6F. RGB value is (194,88,111). Sum of RGB (Red+Green+Blue) = 194+88+111=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2586F is #3DA790. Grayscale: #7A7A7A. Windows color (decimal): -4040593 or 7297218. OLE color: 7297218.

HSL color Cylindrical-coordinate representation of color #C2586F: hue angle of 346.98º 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 #C2586F is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 111 -
CMYK 0 0.55 0.43 0.24
HSL 346.98º 0.46% 0.55% -
HSV(B) 346.98º 0.55% 0.76% -
XYZ 28.61 19.6 17.31 -
YUV 122.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 194 88 111 0 0.55 0.43 0.24 346.98 0.46 0.55
Hex C2 58 6F 0 37 2B 18 15B 2E 37
Octal 302 130 157 0 67 53 30 533 56 67
Binary 11000010 1011000 1101111 0 110111 101011 11000 101011011 101110 110111

Color Harmonies of #C2586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2586F

Black with #C2586F

Text Example


Text Example

White with #C2586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2586F; }

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

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

background-color css

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

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

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

border-color css

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

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

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