Html Css Color HEX #C0469B Mulberry

📋 copy color: '#C0469B'

red 192 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #C0469B

Tints of Mulberry #C0469B

RGB

 RED value IS 192 (75.39% from 255) = 46.04%

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

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

R = 46.04%
G = 16.79%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0469B (or 0xC0469B) is known color: Mulberry. HEX triplet: C0, 46 and 9B. RGB value is (192,70,155). Sum of RGB (Red+Green+Blue) = 192+70+155=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0469B is #3FB964. Grayscale: #737373. Windows color (decimal): -4176229 or 10176192. OLE color: 10176192.

HSL color Cylindrical-coordinate representation of color #C0469B: hue angle of 318.2º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0469B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 155 -
CMYK 0 0.64 0.19 0.25
HSL 318.2º 0.49% 0.51% -
HSV(B) 318.2º 0.64% 0.75% -
XYZ 29.84 17.95 32.9 -
YUV 116.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 192 70 155 0 0.64 0.19 0.25 318.2 0.49 0.51
Hex C0 46 9B 0 40 13 19 13E 31 33
Octal 300 106 233 0 100 23 31 476 61 63
Binary 11000000 1000110 10011011 0 1000000 10011 11001 100111110 110001 110011

Color Harmonies of #C0469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0469B

Black with #C0469B

Text Example


Text Example

White with #C0469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0469B; }

 p { color: rgb(192,70,155); }

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

background-color css

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

 a { background-color: rgb(192,70,155); }

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

border-color css

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

 span { border-color: rgb(192,70,155); }

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