Html Css Color HEX #C7469F Mulberry

📋 copy color: '#C7469F'

red 199 ◦ green 70 ◦ blue 159

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

Shades of Mulberry #C7469F

Tints of Mulberry #C7469F

RGB

 RED value IS 199 (78.13% from 255) = 46.5%

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

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

R = 46.5%
G = 16.36%
B = 37.15%

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

#C7469F (or 0xC7469F) is known color: Mulberry. HEX triplet: C7, 46 and 9F. RGB value is (199,70,159). Sum of RGB (Red+Green+Blue) = 199+70+159=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7469F is #38B960. Grayscale: #767676. Windows color (decimal): -3717473 or 10438343. OLE color: 10438343.

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

Color convert

RGB 199 70 159 -
CMYK 0 0.65 0.20 0.22
HSL 318.6º 0.54% 0.53% -
HSV(B) 318.6º 0.65% 0.78% -
XYZ 32 19.03 34.79 -
YUV 118.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 199 70 159 0 0.65 0.20 0.22 318.6 0.54 0.53
Hex C7 46 9F 0 41 14 16 13F 36 35
Octal 307 106 237 0 101 24 26 477 66 65
Binary 11000111 1000110 10011111 0 1000001 10100 10110 100111111 110110 110101

Color Harmonies of #C7469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7469F

Black with #C7469F

Text Example


Text Example

White with #C7469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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