Html Css Color HEX #C6458E Mulberry

📋 copy color: '#C6458E'

red 198 ◦ green 69 ◦ blue 142

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

Shades of Mulberry #C6458E

Tints of Mulberry #C6458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.87%

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 48.41%
G = 16.87%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6458E (or 0xC6458E) is known color: Mulberry. HEX triplet: C6, 45 and 8E. RGB value is (198,69,142). Sum of RGB (Red+Green+Blue) = 198+69+142=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6458E is #39BA71. Grayscale: #737373. Windows color (decimal): -3783282 or 9323974. OLE color: 9323974.

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

Color convert

RGB 198 69 142 -
CMYK 0 0.65 0.28 0.22
HSL 326.05º 0.53% 0.52% -
HSV(B) 326.05º 0.65% 0.78% -
XYZ 30.3 18.22 27.51 -
YUV 115.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 198 69 142 0 0.65 0.28 0.22 326.05 0.53 0.52
Hex C6 45 8E 0 41 1C 16 146 35 34
Octal 306 105 216 0 101 34 26 506 65 64
Binary 11000110 1000101 10001110 0 1000001 11100 10110 101000110 110101 110100

Color Harmonies of #C6458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6458E

Black with #C6458E

Text Example


Text Example

White with #C6458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6458E; }

 p { color: rgb(198,69,142); }

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

background-color css

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

 a { background-color: rgb(198,69,142); }

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

border-color css

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

 span { border-color: rgb(198,69,142); }

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