Html Css Color HEX #C2556F Cabaret

📋 copy color: '#C2556F'

red 194 ◦ green 85 ◦ blue 111

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

Shades of Cabaret #C2556F

Tints of Cabaret #C2556F

RGB

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

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

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

R = 49.74%
G = 21.79%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2556F (or 0xC2556F) is known color: Cabaret. HEX triplet: C2, 55 and 6F. RGB value is (194,85,111). Sum of RGB (Red+Green+Blue) = 194+85+111=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2556F is #3DAA90. Grayscale: #787878. Windows color (decimal): -4041361 or 7296450. OLE color: 7296450.

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

Color convert

RGB 194 85 111 -
CMYK 0 0.56 0.43 0.24
HSL 345.69º 0.47% 0.55% -
HSV(B) 345.69º 0.56% 0.76% -
XYZ 28.37 19.11 17.23 -
YUV 120.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 194 85 111 0 0.56 0.43 0.24 345.69 0.47 0.55
Hex C2 55 6F 0 38 2B 18 15A 2F 37
Octal 302 125 157 0 70 53 30 532 57 67
Binary 11000010 1010101 1101111 0 111000 101011 11000 101011010 101111 110111

Color Harmonies of #C2556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2556F

Black with #C2556F

Text Example


Text Example

White with #C2556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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