Html Css Color HEX #C65D9A Mulberry

📋 copy color: '#C65D9A'

red 198 ◦ green 93 ◦ blue 154

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

Shades of Mulberry #C65D9A

Tints of Mulberry #C65D9A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 44.49%
G = 20.9%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C65D9A (or 0xC65D9A) is known color: Mulberry. HEX triplet: C6, 5D and 9A. RGB value is (198,93,154). Sum of RGB (Red+Green+Blue) = 198+93+154=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D9A is #39A265. Grayscale: #838383. Windows color (decimal): -3777126 or 10116550. OLE color: 10116550.

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

Color convert

RGB 198 93 154 -
CMYK 0 0.53 0.22 0.22
HSL 325.14º 0.48% 0.57% -
HSV(B) 325.14º 0.53% 0.78% -
XYZ 33.04 22.17 33.11 -
YUV 131.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 198 93 154 0 0.53 0.22 0.22 325.14 0.48 0.57
Hex C6 5D 9A 0 35 16 16 145 30 39
Octal 306 135 232 0 65 26 26 505 60 71
Binary 11000110 1011101 10011010 0 110101 10110 10110 101000101 110000 111001

Color Harmonies of #C65D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D9A

Black with #C65D9A

Text Example


Text Example

White with #C65D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D9A; }

 p { color: rgb(198,93,154); }

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

background-color css

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

 a { background-color: rgb(198,93,154); }

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

border-color css

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

 span { border-color: rgb(198,93,154); }

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