Html Css Color HEX #C6469A Mulberry

📋 copy color: '#C6469A'

red 198 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #C6469A

Tints of Mulberry #C6469A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 46.92%
G = 16.59%
B = 36.49%

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

#C6469A (or 0xC6469A) is known color: Mulberry. HEX triplet: C6, 46 and 9A. RGB value is (198,70,154). Sum of RGB (Red+Green+Blue) = 198+70+154=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6469A is #39B965. Grayscale: #757575. Windows color (decimal): -3783014 or 10110662. OLE color: 10110662.

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

Color convert

RGB 198 70 154 -
CMYK 0 0.65 0.22 0.22
HSL 320.63º 0.53% 0.53% -
HSV(B) 320.63º 0.65% 0.78% -
XYZ 31.31 18.72 32.53 -
YUV 117.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 198 70 154 0 0.65 0.22 0.22 320.63 0.53 0.53
Hex C6 46 9A 0 41 16 16 141 35 35
Octal 306 106 232 0 101 26 26 501 65 65
Binary 11000110 1000110 10011010 0 1000001 10110 10110 101000001 110101 110101

Color Harmonies of #C6469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6469A

Black with #C6469A

Text Example


Text Example

White with #C6469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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