Html Css Color HEX #C35388 Mulberry

📋 copy color: '#C35388'

red 195 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #C35388

Tints of Mulberry #C35388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 47.1%
G = 20.05%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C35388 (or 0xC35388) is known color: Mulberry. HEX triplet: C3, 53 and 88. RGB value is (195,83,136). Sum of RGB (Red+Green+Blue) = 195+83+136=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C35388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35388 is #3CAC77. Grayscale: #7A7A7A. Windows color (decimal): -3976312 or 8934339. OLE color: 8934339.

HSL color Cylindrical-coordinate representation of color #C35388: hue angle of 331.61º 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 #C35388 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 136 -
CMYK 0 0.57 0.30 0.24
HSL 331.61º 0.48% 0.55% -
HSV(B) 331.61º 0.57% 0.76% -
XYZ 30.04 19.57 25.49 -
YUV 122.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 195 83 136 0 0.57 0.30 0.24 331.61 0.48 0.55
Hex C3 53 88 0 39 1E 18 14C 30 37
Octal 303 123 210 0 71 36 30 514 60 67
Binary 11000011 1010011 10001000 0 111001 11110 11000 101001100 110000 110111

Color Harmonies of #C35388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35388

Black with #C35388

Text Example


Text Example

White with #C35388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35388; }

 p { color: rgb(195,83,136); }

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

background-color css

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

 a { background-color: rgb(195,83,136); }

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

border-color css

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

 span { border-color: rgb(195,83,136); }

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