Html Css Color HEX #C2469B Mulberry

📋 copy color: '#C2469B'

red 194 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #C2469B

Tints of Mulberry #C2469B

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

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

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

R = 46.3%
G = 16.71%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2469B (or 0xC2469B) is known color: Mulberry. HEX triplet: C2, 46 and 9B. RGB value is (194,70,155). Sum of RGB (Red+Green+Blue) = 194+70+155=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2469B is #3DB964. Grayscale: #747474. Windows color (decimal): -4045157 or 10176194. OLE color: 10176194.

HSL color Cylindrical-coordinate representation of color #C2469B: hue angle of 318.87º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2469B is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 155 -
CMYK 0 0.64 0.20 0.24
HSL 318.87º 0.5% 0.52% -
HSV(B) 318.87º 0.64% 0.76% -
XYZ 30.35 18.22 32.93 -
YUV 116.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 194 70 155 0 0.64 0.20 0.24 318.87 0.5 0.52
Hex C2 46 9B 0 40 14 18 13F 32 34
Octal 302 106 233 0 100 24 30 477 62 64
Binary 11000010 1000110 10011011 0 1000000 10100 11000 100111111 110010 110100

Color Harmonies of #C2469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2469B

Black with #C2469B

Text Example


Text Example

White with #C2469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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