Html Css Color HEX #C64985 Mulberry

📋 copy color: '#C64985'

red 198 ◦ green 73 ◦ blue 133

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

Shades of Mulberry #C64985

Tints of Mulberry #C64985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 49.01%
G = 18.07%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C64985 (or 0xC64985) is known color: Mulberry. HEX triplet: C6, 49 and 85. RGB value is (198,73,133). Sum of RGB (Red+Green+Blue) = 198+73+133=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C64985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64985 is #39B67A. Grayscale: #757575. Windows color (decimal): -3782267 or 8735174. OLE color: 8735174.

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

Color convert

RGB 198 73 133 -
CMYK 0 0.63 0.33 0.22
HSL 331.2º 0.52% 0.53% -
HSV(B) 331.2º 0.63% 0.78% -
XYZ 29.9 18.46 24.18 -
YUV 117.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 198 73 133 0 0.63 0.33 0.22 331.2 0.52 0.53
Hex C6 49 85 0 3F 21 16 14B 34 35
Octal 306 111 205 0 77 41 26 513 64 65
Binary 11000110 1001001 10000101 0 111111 100001 10110 101001011 110100 110101

Color Harmonies of #C64985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64985

Black with #C64985

Text Example


Text Example

White with #C64985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64985; }

 p { color: rgb(198,73,133); }

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

background-color css

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

 a { background-color: rgb(198,73,133); }

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

border-color css

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

 span { border-color: rgb(198,73,133); }

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