Html Css Color HEX #C64B87 Mulberry

📋 copy color: '#C64B87'

red 198 ◦ green 75 ◦ blue 135

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

Shades of Mulberry #C64B87

Tints of Mulberry #C64B87

RGB

 RED value IS 198 (77.73% from 255) = 48.53%

 GREEN value IS 75 (29.69% from 255) = 18.38%

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 48.53%
G = 18.38%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C64B87 (or 0xC64B87) is known color: Mulberry. HEX triplet: C6, 4B and 87. RGB value is (198,75,135). Sum of RGB (Red+Green+Blue) = 198+75+135=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B87 is #39B478. Grayscale: #767676. Windows color (decimal): -3781753 or 8866758. OLE color: 8866758.

HSL color Cylindrical-coordinate representation of color #C64B87: hue angle of 330.73º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B87 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 135 -
CMYK 0 0.62 0.32 0.22
HSL 330.73º 0.52% 0.54% -
HSV(B) 330.73º 0.62% 0.78% -
XYZ 30.18 18.79 24.96 -
YUV 118.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 198 75 135 0 0.62 0.32 0.22 330.73 0.52 0.54
Hex C6 4B 87 0 3E 20 16 14B 34 36
Octal 306 113 207 0 76 40 26 513 64 66
Binary 11000110 1001011 10000111 0 111110 100000 10110 101001011 110100 110110

Color Harmonies of #C64B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B87

Black with #C64B87

Text Example


Text Example

White with #C64B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B87; }

 p { color: rgb(198,75,135); }

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

background-color css

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

 a { background-color: rgb(198,75,135); }

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

border-color css

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

 span { border-color: rgb(198,75,135); }

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