Html Css Color HEX #C35885 Mulberry

📋 copy color: '#C35885'

red 195 ◦ green 88 ◦ blue 133

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

Shades of Mulberry #C35885

Tints of Mulberry #C35885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.15%

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

R = 46.88%
G = 21.15%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C35885 (or 0xC35885) is known color: Mulberry. HEX triplet: C3, 58 and 85. RGB value is (195,88,133). Sum of RGB (Red+Green+Blue) = 195+88+133=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C35885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35885 is #3CA77A. Grayscale: #7D7D7D. Windows color (decimal): -3975035 or 8739011. OLE color: 8739011.

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

Color convert

RGB 195 88 133 -
CMYK 0 0.55 0.32 0.24
HSL 334.77º 0.47% 0.55% -
HSV(B) 334.77º 0.55% 0.76% -
XYZ 30.23 20.28 24.51 -
YUV 125.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 195 88 133 0 0.55 0.32 0.24 334.77 0.47 0.55
Hex C3 58 85 0 37 20 18 14F 2F 37
Octal 303 130 205 0 67 40 30 517 57 67
Binary 11000011 1011000 10000101 0 110111 100000 11000 101001111 101111 110111

Color Harmonies of #C35885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35885

Black with #C35885

Text Example


Text Example

White with #C35885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35885; }

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

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

background-color css

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

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

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

border-color css

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

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

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