Html Css Color HEX #C35283 Mulberry

📋 copy color: '#C35283'

red 195 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #C35283

Tints of Mulberry #C35283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 47.79%
G = 20.1%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35283 (or 0xC35283) is known color: Mulberry. HEX triplet: C3, 52 and 83. RGB value is (195,82,131). Sum of RGB (Red+Green+Blue) = 195+82+131=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C35283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35283 is #3CAD7C. Grayscale: #797979. Windows color (decimal): -3976573 or 8606403. OLE color: 8606403.

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

Color convert

RGB 195 82 131 -
CMYK 0 0.58 0.33 0.24
HSL 333.98º 0.48% 0.54% -
HSV(B) 333.98º 0.58% 0.76% -
XYZ 29.62 19.28 23.63 -
YUV 121.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 195 82 131 0 0.58 0.33 0.24 333.98 0.48 0.54
Hex C3 52 83 0 3A 21 18 14E 30 36
Octal 303 122 203 0 72 41 30 516 60 66
Binary 11000011 1010010 10000011 0 111010 100001 11000 101001110 110000 110110

Color Harmonies of #C35283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35283

Black with #C35283

Text Example


Text Example

White with #C35283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35283; }

 p { color: rgb(195,82,131); }

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

background-color css

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

 a { background-color: rgb(195,82,131); }

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

border-color css

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

 span { border-color: rgb(195,82,131); }

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