Html Css Color HEX #C3467F Mulberry

📋 copy color: '#C3467F'

red 195 ◦ green 70 ◦ blue 127

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

Shades of Mulberry #C3467F

Tints of Mulberry #C3467F

RGB

 RED value IS 195 (76.56% from 255) = 49.74%

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

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

R = 49.74%
G = 17.86%
B = 32.4%

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

#C3467F (or 0xC3467F) is known color: Mulberry. HEX triplet: C3, 46 and 7F. RGB value is (195,70,127). Sum of RGB (Red+Green+Blue) = 195+70+127=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3467F is #3CB980. Grayscale: #717171. Windows color (decimal): -3979649 or 8341187. OLE color: 8341187.

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

Color convert

RGB 195 70 127 -
CMYK 0 0.64 0.35 0.24
HSL 332.64º 0.51% 0.52% -
HSV(B) 332.64º 0.64% 0.76% -
XYZ 28.53 17.51 21.96 -
YUV 113.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 195 70 127 0 0.64 0.35 0.24 332.64 0.51 0.52
Hex C3 46 7F 0 40 23 18 14D 33 34
Octal 303 106 177 0 100 43 30 515 63 64
Binary 11000011 1000110 1111111 0 1000000 100011 11000 101001101 110011 110100

Color Harmonies of #C3467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3467F

Black with #C3467F

Text Example


Text Example

White with #C3467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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