Html Css Color HEX #C35B8F Mulberry

📋 copy color: '#C35B8F'

red 195 ◦ green 91 ◦ blue 143

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

Shades of Mulberry #C35B8F

Tints of Mulberry #C35B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 45.45%
G = 21.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C35B8F (or 0xC35B8F) is known color: Mulberry. HEX triplet: C3, 5B and 8F. RGB value is (195,91,143). Sum of RGB (Red+Green+Blue) = 195+91+143=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35B8F is #3CA470. Grayscale: #7F7F7F. Windows color (decimal): -3974257 or 9395139. OLE color: 9395139.

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

Color convert

RGB 195 91 143 -
CMYK 0 0.53 0.27 0.24
HSL 330º 0.46% 0.56% -
HSV(B) 330º 0.53% 0.76% -
XYZ 31.2 21.07 28.41 -
YUV 128.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 195 91 143 0 0.53 0.27 0.24 330 0.46 0.56
Hex C3 5B 8F 0 35 1B 18 14A 2E 38
Octal 303 133 217 0 65 33 30 512 56 70
Binary 11000011 1011011 10001111 0 110101 11011 11000 101001010 101110 111000

Color Harmonies of #C35B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B8F

Black with #C35B8F

Text Example


Text Example

White with #C35B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B8F; }

 p { color: rgb(195,91,143); }

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

background-color css

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

 a { background-color: rgb(195,91,143); }

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

border-color css

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

 span { border-color: rgb(195,91,143); }

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