Html Css Color HEX #C35292 Mulberry

📋 copy color: '#C35292'

red 195 ◦ green 82 ◦ blue 146

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

Shades of Mulberry #C35292

Tints of Mulberry #C35292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 46.1%
G = 19.39%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C35292 (or 0xC35292) is known color: Mulberry. HEX triplet: C3, 52 and 92. RGB value is (195,82,146). Sum of RGB (Red+Green+Blue) = 195+82+146=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35292 is #3CAD6D. Grayscale: #7A7A7A. Windows color (decimal): -3976558 or 9589443. OLE color: 9589443.

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

Color convert

RGB 195 82 146 -
CMYK 0 0.58 0.25 0.24
HSL 326.02º 0.48% 0.54% -
HSV(B) 326.02º 0.58% 0.76% -
XYZ 30.71 19.71 29.38 -
YUV 123.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 195 82 146 0 0.58 0.25 0.24 326.02 0.48 0.54
Hex C3 52 92 0 3A 19 18 146 30 36
Octal 303 122 222 0 72 31 30 506 60 66
Binary 11000011 1010010 10010010 0 111010 11001 11000 101000110 110000 110110

Color Harmonies of #C35292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35292

Black with #C35292

Text Example


Text Example

White with #C35292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35292; }

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

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

background-color css

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

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

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

border-color css

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

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

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