Html Css Color HEX #C55388 Mulberry

📋 copy color: '#C55388'

red 197 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #C55388

Tints of Mulberry #C55388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 47.36%
G = 19.95%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C55388 (or 0xC55388) is known color: Mulberry. HEX triplet: C5, 53 and 88. RGB value is (197,83,136). Sum of RGB (Red+Green+Blue) = 197+83+136=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C55388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55388 is #3AAC77. Grayscale: #7B7B7B. Windows color (decimal): -3845240 or 8934341. OLE color: 8934341.

HSL color Cylindrical-coordinate representation of color #C55388: hue angle of 332.11º 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 #C55388 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 83 136 -
CMYK 0 0.58 0.31 0.23
HSL 332.11º 0.5% 0.55% -
HSV(B) 332.11º 0.58% 0.77% -
XYZ 30.56 19.83 25.51 -
YUV 123.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 197 83 136 0 0.58 0.31 0.23 332.11 0.5 0.55
Hex C5 53 88 0 3A 1F 17 14C 32 37
Octal 305 123 210 0 72 37 27 514 62 67
Binary 11000101 1010011 10001000 0 111010 11111 10111 101001100 110010 110111

Color Harmonies of #C55388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55388

Black with #C55388

Text Example


Text Example

White with #C55388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55388; }

 p { color: rgb(197,83,136); }

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

background-color css

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

 a { background-color: rgb(197,83,136); }

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

border-color css

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

 span { border-color: rgb(197,83,136); }

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