Html Css Color HEX #C2467F Mulberry

📋 copy color: '#C2467F'

red 194 ◦ green 70 ◦ blue 127

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

Shades of Mulberry #C2467F

Tints of Mulberry #C2467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 49.62%
G = 17.9%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2467F (or 0xC2467F) is known color: Mulberry. HEX triplet: C2, 46 and 7F. RGB value is (194,70,127). Sum of RGB (Red+Green+Blue) = 194+70+127=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467F is #3DB980. Grayscale: #717171. Windows color (decimal): -4045185 or 8341186. OLE color: 8341186.

HSL color Cylindrical-coordinate representation of color #C2467F: hue angle of 332.42º 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 #C2467F is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 127 -
CMYK 0 0.64 0.35 0.24
HSL 332.42º 0.5% 0.52% -
HSV(B) 332.42º 0.64% 0.76% -
XYZ 28.27 17.38 21.94 -
YUV 113.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 194 70 127 0 0.64 0.35 0.24 332.42 0.5 0.52
Hex C2 46 7F 0 40 23 18 14C 32 34
Octal 302 106 177 0 100 43 30 514 62 64
Binary 11000010 1000110 1111111 0 1000000 100011 11000 101001100 110010 110100

Color Harmonies of #C2467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2467F

Black with #C2467F

Text Example


Text Example

White with #C2467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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