Html Css Color HEX #C6469C Mulberry

📋 copy color: '#C6469C'

red 198 ◦ green 70 ◦ blue 156

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

Shades of Mulberry #C6469C

Tints of Mulberry #C6469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 46.7%
G = 16.51%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6469C (or 0xC6469C) is known color: Mulberry. HEX triplet: C6, 46 and 9C. RGB value is (198,70,156). Sum of RGB (Red+Green+Blue) = 198+70+156=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6469C is #39B963. Grayscale: #757575. Windows color (decimal): -3783012 or 10241734. OLE color: 10241734.

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

Color convert

RGB 198 70 156 -
CMYK 0 0.65 0.21 0.22
HSL 319.69º 0.53% 0.53% -
HSV(B) 319.69º 0.65% 0.78% -
XYZ 31.48 18.79 33.42 -
YUV 118.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 198 70 156 0 0.65 0.21 0.22 319.69 0.53 0.53
Hex C6 46 9C 0 41 15 16 140 35 35
Octal 306 106 234 0 101 25 26 500 65 65
Binary 11000110 1000110 10011100 0 1000001 10101 10110 101000000 110101 110101

Color Harmonies of #C6469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6469C

Black with #C6469C

Text Example


Text Example

White with #C6469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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