Html Css Color HEX #C6459B Mulberry

📋 copy color: '#C6459B'

red 198 ◦ green 69 ◦ blue 155

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

Shades of Mulberry #C6459B

Tints of Mulberry #C6459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 46.92%
G = 16.35%
B = 36.73%

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

#C6459B (or 0xC6459B) is known color: Mulberry. HEX triplet: C6, 45 and 9B. RGB value is (198,69,155). Sum of RGB (Red+Green+Blue) = 198+69+155=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6459B is #39BA64. Grayscale: #757575. Windows color (decimal): -3783269 or 10175942. OLE color: 10175942.

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

Color convert

RGB 198 69 155 -
CMYK 0 0.65 0.22 0.22
HSL 320º 0.53% 0.52% -
HSV(B) 320º 0.65% 0.78% -
XYZ 31.33 18.63 32.95 -
YUV 117.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 198 69 155 0 0.65 0.22 0.22 320 0.53 0.52
Hex C6 45 9B 0 41 16 16 140 35 34
Octal 306 105 233 0 101 26 26 500 65 64
Binary 11000110 1000101 10011011 0 1000001 10110 10110 101000000 110101 110100

Color Harmonies of #C6459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6459B

Black with #C6459B

Text Example


Text Example

White with #C6459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6459B; }

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

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

background-color css

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

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

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

border-color css

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

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

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