Html Css Color HEX #C7469B Mulberry

📋 copy color: '#C7469B'

red 199 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #C7469B

Tints of Mulberry #C7469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 46.93%
G = 16.51%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7469B (or 0xC7469B) is known color: Mulberry. HEX triplet: C7, 46 and 9B. RGB value is (199,70,155). Sum of RGB (Red+Green+Blue) = 199+70+155=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7469B is #38B964. Grayscale: #767676. Windows color (decimal): -3717477 or 10176199. OLE color: 10176199.

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

Color convert

RGB 199 70 155 -
CMYK 0 0.65 0.22 0.22
HSL 320.47º 0.54% 0.53% -
HSV(B) 320.47º 0.65% 0.78% -
XYZ 31.66 18.89 32.99 -
YUV 118.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 199 70 155 0 0.65 0.22 0.22 320.47 0.54 0.53
Hex C7 46 9B 0 41 16 16 140 36 35
Octal 307 106 233 0 101 26 26 500 66 65
Binary 11000111 1000110 10011011 0 1000001 10110 10110 101000000 110110 110101

Color Harmonies of #C7469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7469B

Black with #C7469B

Text Example


Text Example

White with #C7469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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