Html Css Color HEX #C6469F Mulberry

📋 copy color: '#C6469F'

red 198 ◦ green 70 ◦ blue 159

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

Shades of Mulberry #C6469F

Tints of Mulberry #C6469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

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

R = 46.37%
G = 16.39%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6469F (or 0xC6469F) is known color: Mulberry. HEX triplet: C6, 46 and 9F. RGB value is (198,70,159). Sum of RGB (Red+Green+Blue) = 198+70+159=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6469F is #39B960. Grayscale: #767676. Windows color (decimal): -3783009 or 10438342. OLE color: 10438342.

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

Color convert

RGB 198 70 159 -
CMYK 0 0.65 0.20 0.22
HSL 318.28º 0.53% 0.53% -
HSV(B) 318.28º 0.65% 0.78% -
XYZ 31.74 18.89 34.77 -
YUV 118.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 198 70 159 0 0.65 0.20 0.22 318.28 0.53 0.53
Hex C6 46 9F 0 41 14 16 13E 35 35
Octal 306 106 237 0 101 24 26 476 65 65
Binary 11000110 1000110 10011111 0 1000001 10100 10110 100111110 110101 110101

Color Harmonies of #C6469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6469F

Black with #C6469F

Text Example


Text Example

White with #C6469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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