Html Css Color HEX #C6469E Mulberry

📋 copy color: '#C6469E'

red 198 ◦ green 70 ◦ blue 158

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

Shades of Mulberry #C6469E

Tints of Mulberry #C6469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 46.48%
G = 16.43%
B = 37.09%

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

#C6469E (or 0xC6469E) is known color: Mulberry. HEX triplet: C6, 46 and 9E. RGB value is (198,70,158). Sum of RGB (Red+Green+Blue) = 198+70+158=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6469E is #39B961. Grayscale: #767676. Windows color (decimal): -3783010 or 10372806. OLE color: 10372806.

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

Color convert

RGB 198 70 158 -
CMYK 0 0.65 0.20 0.22
HSL 318.75º 0.53% 0.53% -
HSV(B) 318.75º 0.65% 0.78% -
XYZ 31.65 18.85 34.32 -
YUV 118.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 198 70 158 0 0.65 0.20 0.22 318.75 0.53 0.53
Hex C6 46 9E 0 41 14 16 13F 35 35
Octal 306 106 236 0 101 24 26 477 65 65
Binary 11000110 1000110 10011110 0 1000001 10100 10110 100111111 110101 110101

Color Harmonies of #C6469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6469E

Black with #C6469E

Text Example


Text Example

White with #C6469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6469E; }

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

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

background-color css

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

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

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

border-color css

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

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

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