Html Css Color HEX #C65981 Mulberry

📋 copy color: '#C65981'

red 198 ◦ green 89 ◦ blue 129

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

Shades of Mulberry #C65981

Tints of Mulberry #C65981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 47.6%
G = 21.39%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C65981 (or 0xC65981) is known color: Mulberry. HEX triplet: C6, 59 and 81. RGB value is (198,89,129). Sum of RGB (Red+Green+Blue) = 198+89+129=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65981 is #39A67E. Grayscale: #7E7E7E. Windows color (decimal): -3778175 or 8477126. OLE color: 8477126.

HSL color Cylindrical-coordinate representation of color #C65981: hue angle of 337.98º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65981 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 129 -
CMYK 0 0.55 0.35 0.22
HSL 337.98º 0.49% 0.56% -
HSV(B) 337.98º 0.55% 0.78% -
XYZ 30.82 20.74 23.15 -
YUV 126.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 198 89 129 0 0.55 0.35 0.22 337.98 0.49 0.56
Hex C6 59 81 0 37 23 16 152 31 38
Octal 306 131 201 0 67 43 26 522 61 70
Binary 11000110 1011001 10000001 0 110111 100011 10110 101010010 110001 111000

Color Harmonies of #C65981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65981

Black with #C65981

Text Example


Text Example

White with #C65981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65981; }

 p { color: rgb(198,89,129); }

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

background-color css

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

 a { background-color: rgb(198,89,129); }

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

border-color css

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

 span { border-color: rgb(198,89,129); }

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