Html Css Color HEX #C6429A Mulberry

📋 copy color: '#C6429A'

red 198 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #C6429A

Tints of Mulberry #C6429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 47.37%
G = 15.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6429A (or 0xC6429A) is known color: Mulberry. HEX triplet: C6, 42 and 9A. RGB value is (198,66,154). Sum of RGB (Red+Green+Blue) = 198+66+154=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6429A is #39BD65. Grayscale: #737373. Windows color (decimal): -3784038 or 10109638. OLE color: 10109638.

HSL color Cylindrical-coordinate representation of color #C6429A: hue angle of 320º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6429A is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 154 -
CMYK 0 0.67 0.22 0.22
HSL 320º 0.54% 0.52% -
HSV(B) 320º 0.67% 0.78% -
XYZ 31.07 18.24 32.45 -
YUV 115.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 198 66 154 0 0.67 0.22 0.22 320 0.54 0.52
Hex C6 42 9A 0 43 16 16 140 36 34
Octal 306 102 232 0 103 26 26 500 66 64
Binary 11000110 1000010 10011010 0 1000011 10110 10110 101000000 110110 110100

Color Harmonies of #C6429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6429A

Black with #C6429A

Text Example


Text Example

White with #C6429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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