Html Css Color HEX #C4427F Mulberry

📋 copy color: '#C4427F'

red 196 ◦ green 66 ◦ blue 127

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

Shades of Mulberry #C4427F

Tints of Mulberry #C4427F

RGB

 RED value IS 196 (76.95% from 255) = 50.39%

 GREEN value IS 66 (26.17% from 255) = 16.97%

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

R = 50.39%
G = 16.97%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4427F (or 0xC4427F) is known color: Mulberry. HEX triplet: C4, 42 and 7F. RGB value is (196,66,127). Sum of RGB (Red+Green+Blue) = 196+66+127=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4427F is #3BBD80. Grayscale: #6F6F6F. Windows color (decimal): -3915137 or 8340164. OLE color: 8340164.

HSL color Cylindrical-coordinate representation of color #C4427F: hue angle of 331.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4427F is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 127 -
CMYK 0 0.66 0.35 0.23
HSL 331.85º 0.52% 0.51% -
HSV(B) 331.85º 0.66% 0.77% -
XYZ 28.54 17.16 21.89 -
YUV 111.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 196 66 127 0 0.66 0.35 0.23 331.85 0.52 0.51
Hex C4 42 7F 0 42 23 17 14C 34 33
Octal 304 102 177 0 102 43 27 514 64 63
Binary 11000100 1000010 1111111 0 1000010 100011 10111 101001100 110100 110011

Color Harmonies of #C4427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4427F

Black with #C4427F

Text Example


Text Example

White with #C4427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4427F; }

 p { color: rgb(196,66,127); }

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

background-color css

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

 a { background-color: rgb(196,66,127); }

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

border-color css

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

 span { border-color: rgb(196,66,127); }

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