Html Css Color HEX #C35882 Mulberry

📋 copy color: '#C35882'

red 195 ◦ green 88 ◦ blue 130

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

Shades of Mulberry #C35882

Tints of Mulberry #C35882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 47.22%
G = 21.31%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35882 (or 0xC35882) is known color: Mulberry. HEX triplet: C3, 58 and 82. RGB value is (195,88,130). Sum of RGB (Red+Green+Blue) = 195+88+130=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35882 is #3CA77D. Grayscale: #7C7C7C. Windows color (decimal): -3975038 or 8542403. OLE color: 8542403.

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

Color convert

RGB 195 88 130 -
CMYK 0 0.55 0.33 0.24
HSL 336.45º 0.47% 0.55% -
HSV(B) 336.45º 0.55% 0.76% -
XYZ 30.02 20.19 23.43 -
YUV 124.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 195 88 130 0 0.55 0.33 0.24 336.45 0.47 0.55
Hex C3 58 82 0 37 21 18 150 2F 37
Octal 303 130 202 0 67 41 30 520 57 67
Binary 11000011 1011000 10000010 0 110111 100001 11000 101010000 101111 110111

Color Harmonies of #C35882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35882

Black with #C35882

Text Example


Text Example

White with #C35882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35882; }

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

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

background-color css

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

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

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

border-color css

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

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

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