Html Css Color HEX #C95283 Mulberry

📋 copy color: '#C95283'

red 201 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #C95283

Tints of Mulberry #C95283

RGB

 RED value IS 201 (78.91% from 255) = 48.55%

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

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

R = 48.55%
G = 19.81%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C95283 (or 0xC95283) is known color: Mulberry. HEX triplet: C9, 52 and 83. RGB value is (201,82,131). Sum of RGB (Red+Green+Blue) = 201+82+131=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C95283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95283 is #36AD7C. Grayscale: #7B7B7B. Windows color (decimal): -3583357 or 8606409. OLE color: 8606409.

HSL color Cylindrical-coordinate representation of color #C95283: hue angle of 335.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95283 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 131 -
CMYK 0 0.59 0.35 0.21
HSL 335.29º 0.52% 0.55% -
HSV(B) 335.29º 0.59% 0.79% -
XYZ 31.2 20.09 23.71 -
YUV 123.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 201 82 131 0 0.59 0.35 0.21 335.29 0.52 0.55
Hex C9 52 83 0 3B 23 15 14F 34 37
Octal 311 122 203 0 73 43 25 517 64 67
Binary 11001001 1010010 10000011 0 111011 100011 10101 101001111 110100 110111

Color Harmonies of #C95283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95283

Black with #C95283

Text Example


Text Example

White with #C95283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95283; }

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

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

background-color css

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

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

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

border-color css

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

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

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