Html Css Color HEX #C55283 Mulberry

📋 copy color: '#C55283'

red 197 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #C55283

Tints of Mulberry #C55283

RGB

 RED value IS 197 (77.34% from 255) = 48.05%

 GREEN value IS 82 (32.42% from 255) = 20%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 48.05%
G = 20%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C55283 (or 0xC55283) is known color: Mulberry. HEX triplet: C5, 52 and 83. RGB value is (197,82,131). Sum of RGB (Red+Green+Blue) = 197+82+131=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C55283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55283 is #3AAD7C. Grayscale: #797979. Windows color (decimal): -3845501 or 8606405. OLE color: 8606405.

HSL color Cylindrical-coordinate representation of color #C55283: hue angle of 334.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55283 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 131 -
CMYK 0 0.58 0.34 0.23
HSL 334.43º 0.5% 0.55% -
HSV(B) 334.43º 0.58% 0.77% -
XYZ 30.14 19.54 23.66 -
YUV 121.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 197 82 131 0 0.58 0.34 0.23 334.43 0.5 0.55
Hex C5 52 83 0 3A 22 17 14E 32 37
Octal 305 122 203 0 72 42 27 516 62 67
Binary 11000101 1010010 10000011 0 111010 100010 10111 101001110 110010 110111

Color Harmonies of #C55283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55283

Black with #C55283

Text Example


Text Example

White with #C55283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55283; }

 p { color: rgb(197,82,131); }

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

background-color css

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

 a { background-color: rgb(197,82,131); }

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

border-color css

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

 span { border-color: rgb(197,82,131); }

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