Html Css Color HEX #C35492 Mulberry

📋 copy color: '#C35492'

red 195 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #C35492

Tints of Mulberry #C35492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.76%

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 45.88%
G = 19.76%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C35492 (or 0xC35492) is known color: Mulberry. HEX triplet: C3, 54 and 92. RGB value is (195,84,146). Sum of RGB (Red+Green+Blue) = 195+84+146=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C35492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35492 is #3CAB6D. Grayscale: #7C7C7C. Windows color (decimal): -3976046 or 9589955. OLE color: 9589955.

HSL color Cylindrical-coordinate representation of color #C35492: hue angle of 326.49º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35492 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 146 -
CMYK 0 0.57 0.25 0.24
HSL 326.49º 0.48% 0.55% -
HSV(B) 326.49º 0.57% 0.76% -
XYZ 30.86 20.02 29.43 -
YUV 124.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 195 84 146 0 0.57 0.25 0.24 326.49 0.48 0.55
Hex C3 54 92 0 39 19 18 146 30 37
Octal 303 124 222 0 71 31 30 506 60 67
Binary 11000011 1010100 10010010 0 111001 11001 11000 101000110 110000 110111

Color Harmonies of #C35492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35492

Black with #C35492

Text Example


Text Example

White with #C35492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35492; }

 p { color: rgb(195,84,146); }

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

background-color css

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

 a { background-color: rgb(195,84,146); }

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

border-color css

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

 span { border-color: rgb(195,84,146); }

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