Html Css Color HEX #C2467D Mulberry

📋 copy color: '#C2467D'

red 194 ◦ green 70 ◦ blue 125

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

Shades of Mulberry #C2467D

Tints of Mulberry #C2467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 49.87%
G = 17.99%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2467D (or 0xC2467D) is known color: Mulberry. HEX triplet: C2, 46 and 7D. RGB value is (194,70,125). Sum of RGB (Red+Green+Blue) = 194+70+125=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467D is #3DB982. Grayscale: #717171. Windows color (decimal): -4045187 or 8210114. OLE color: 8210114.

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

Color convert

RGB 194 70 125 -
CMYK 0 0.64 0.36 0.24
HSL 333.39º 0.5% 0.52% -
HSV(B) 333.39º 0.64% 0.76% -
XYZ 28.14 17.33 21.26 -
YUV 113.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 194 70 125 0 0.64 0.36 0.24 333.39 0.5 0.52
Hex C2 46 7D 0 40 24 18 14D 32 34
Octal 302 106 175 0 100 44 30 515 62 64
Binary 11000010 1000110 1111101 0 1000000 100100 11000 101001101 110010 110100

Color Harmonies of #C2467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2467D

Black with #C2467D

Text Example


Text Example

White with #C2467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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