Html Css Color HEX #C953A6 Mulberry

📋 copy color: '#C953A6'

red 201 ◦ green 83 ◦ blue 166

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

Shades of Mulberry #C953A6

Tints of Mulberry #C953A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.89%

R = 44.67%
G = 18.44%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C953A6 (or 0xC953A6) is known color: Mulberry. HEX triplet: C9, 53 and A6. RGB value is (201,83,166). Sum of RGB (Red+Green+Blue) = 201+83+166=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C953A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953A6 is #36AC59. Grayscale: #7F7F7F. Windows color (decimal): -3583066 or 10900425. OLE color: 10900425.

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

Color convert

RGB 201 83 166 -
CMYK 0 0.59 0.17 0.21
HSL 317.8º 0.52% 0.56% -
HSV(B) 317.8º 0.59% 0.79% -
XYZ 34.06 21.36 38.4 -
YUV 127.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 201 83 166 0 0.59 0.17 0.21 317.8 0.52 0.56
Hex C9 53 A6 0 3B 11 15 13E 34 38
Octal 311 123 246 0 73 21 25 476 64 70
Binary 11001001 1010011 10100110 0 111011 10001 10101 100111110 110100 111000

Color Harmonies of #C953A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953A6

Black with #C953A6

Text Example


Text Example

White with #C953A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953A6; }

 p { color: rgb(201,83,166); }

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

background-color css

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

 a { background-color: rgb(201,83,166); }

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

border-color css

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

 span { border-color: rgb(201,83,166); }

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