Html Css Color HEX #C65D9F Mulberry

📋 copy color: '#C65D9F'

red 198 ◦ green 93 ◦ blue 159

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

Shades of Mulberry #C65D9F

Tints of Mulberry #C65D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 44%
G = 20.67%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C65D9F (or 0xC65D9F) is known color: Mulberry. HEX triplet: C6, 5D and 9F. RGB value is (198,93,159). Sum of RGB (Red+Green+Blue) = 198+93+159=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D9F is #39A260. Grayscale: #838383. Windows color (decimal): -3777121 or 10444230. OLE color: 10444230.

HSL color Cylindrical-coordinate representation of color #C65D9F: hue angle of 322.29º 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 #C65D9F is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 159 -
CMYK 0 0.53 0.20 0.22
HSL 322.29º 0.48% 0.57% -
HSV(B) 322.29º 0.53% 0.78% -
XYZ 33.46 22.34 35.35 -
YUV 131.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 198 93 159 0 0.53 0.20 0.22 322.29 0.48 0.57
Hex C6 5D 9F 0 35 14 16 142 30 39
Octal 306 135 237 0 65 24 26 502 60 71
Binary 11000110 1011101 10011111 0 110101 10100 10110 101000010 110000 111001

Color Harmonies of #C65D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D9F

Black with #C65D9F

Text Example


Text Example

White with #C65D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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