Html Css Color HEX #C35985 Mulberry

📋 copy color: '#C35985'

red 195 ◦ green 89 ◦ blue 133

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

Shades of Mulberry #C35985

Tints of Mulberry #C35985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 46.76%
G = 21.34%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C35985 (or 0xC35985) is known color: Mulberry. HEX triplet: C3, 59 and 85. RGB value is (195,89,133). Sum of RGB (Red+Green+Blue) = 195+89+133=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C35985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35985 is #3CA67A. Grayscale: #7D7D7D. Windows color (decimal): -3974779 or 8739267. OLE color: 8739267.

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

Color convert

RGB 195 89 133 -
CMYK 0 0.54 0.32 0.24
HSL 335.09º 0.47% 0.56% -
HSV(B) 335.09º 0.54% 0.76% -
XYZ 30.31 20.44 24.54 -
YUV 125.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 195 89 133 0 0.54 0.32 0.24 335.09 0.47 0.56
Hex C3 59 85 0 36 20 18 14F 2F 38
Octal 303 131 205 0 66 40 30 517 57 70
Binary 11000011 1011001 10000101 0 110110 100000 11000 101001111 101111 111000

Color Harmonies of #C35985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35985

Black with #C35985

Text Example


Text Example

White with #C35985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35985; }

 p { color: rgb(195,89,133); }

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

background-color css

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

 a { background-color: rgb(195,89,133); }

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

border-color css

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

 span { border-color: rgb(195,89,133); }

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