Html Css Color HEX #C2556D Cabaret

📋 copy color: '#C2556D'

red 194 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #C2556D

Tints of Cabaret #C2556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 50%
G = 21.91%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2556D (or 0xC2556D) is known color: Cabaret. HEX triplet: C2, 55 and 6D. RGB value is (194,85,109). Sum of RGB (Red+Green+Blue) = 194+85+109=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2556D is #3DAA92. Grayscale: #787878. Windows color (decimal): -4041363 or 7165378. OLE color: 7165378.

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

Color convert

RGB 194 85 109 -
CMYK 0 0.56 0.44 0.24
HSL 346.79º 0.47% 0.55% -
HSV(B) 346.79º 0.56% 0.76% -
XYZ 28.26 19.07 16.66 -
YUV 120.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 194 85 109 0 0.56 0.44 0.24 346.79 0.47 0.55
Hex C2 55 6D 0 38 2C 18 15B 2F 37
Octal 302 125 155 0 70 54 30 533 57 67
Binary 11000010 1010101 1101101 0 111000 101100 11000 101011011 101111 110111

Color Harmonies of #C2556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2556D

Black with #C2556D

Text Example


Text Example

White with #C2556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2556D; }

 p { color: rgb(194,85,109); }

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

background-color css

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

 a { background-color: rgb(194,85,109); }

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

border-color css

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

 span { border-color: rgb(194,85,109); }

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