Html Css Color HEX #C2467E Mulberry

📋 copy color: '#C2467E'

red 194 ◦ green 70 ◦ blue 126

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

Shades of Mulberry #C2467E

Tints of Mulberry #C2467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 49.74%
G = 17.95%
B = 32.31%

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

#C2467E (or 0xC2467E) is known color: Mulberry. HEX triplet: C2, 46 and 7E. RGB value is (194,70,126). Sum of RGB (Red+Green+Blue) = 194+70+126=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467E is #3DB981. Grayscale: #717171. Windows color (decimal): -4045186 or 8275650. OLE color: 8275650.

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

Color convert

RGB 194 70 126 -
CMYK 0 0.64 0.35 0.24
HSL 332.9º 0.5% 0.52% -
HSV(B) 332.9º 0.64% 0.76% -
XYZ 28.2 17.36 21.6 -
YUV 113.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 194 70 126 0 0.64 0.35 0.24 332.9 0.5 0.52
Hex C2 46 7E 0 40 23 18 14D 32 34
Octal 302 106 176 0 100 43 30 515 62 64
Binary 11000010 1000110 1111110 0 1000000 100011 11000 101001101 110010 110100

Color Harmonies of #C2467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2467E

Black with #C2467E

Text Example


Text Example

White with #C2467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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