Html Css Color HEX #C3468A Mulberry

📋 copy color: '#C3468A'

red 195 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #C3468A

Tints of Mulberry #C3468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 48.39%
G = 17.37%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3468A (or 0xC3468A) is known color: Mulberry. HEX triplet: C3, 46 and 8A. RGB value is (195,70,138). Sum of RGB (Red+Green+Blue) = 195+70+138=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3468A is #3CB975. Grayscale: #727272. Windows color (decimal): -3979638 or 9062083. OLE color: 9062083.

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

Color convert

RGB 195 70 138 -
CMYK 0 0.64 0.29 0.24
HSL 327.36º 0.51% 0.52% -
HSV(B) 327.36º 0.64% 0.76% -
XYZ 29.28 17.82 25.94 -
YUV 115.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 195 70 138 0 0.64 0.29 0.24 327.36 0.51 0.52
Hex C3 46 8A 0 40 1D 18 147 33 34
Octal 303 106 212 0 100 35 30 507 63 64
Binary 11000011 1000110 10001010 0 1000000 11101 11000 101000111 110011 110100

Color Harmonies of #C3468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3468A

Black with #C3468A

Text Example


Text Example

White with #C3468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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