Html Css Color HEX #C945A5 Mulberry

📋 copy color: '#C945A5'

red 201 ◦ green 69 ◦ blue 165

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

Shades of Mulberry #C945A5

Tints of Mulberry #C945A5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 46.21%
G = 15.86%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C945A5 (or 0xC945A5) is known color: Mulberry. HEX triplet: C9, 45 and A5. RGB value is (201,69,165). Sum of RGB (Red+Green+Blue) = 201+69+165=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C945A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945A5 is #36BA5A. Grayscale: #777777. Windows color (decimal): -3586651 or 10831305. OLE color: 10831305.

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

Color convert

RGB 201 69 165 -
CMYK 0 0.66 0.18 0.21
HSL 316.36º 0.55% 0.53% -
HSV(B) 316.36º 0.66% 0.79% -
XYZ 33.01 19.39 37.6 -
YUV 119.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 201 69 165 0 0.66 0.18 0.21 316.36 0.55 0.53
Hex C9 45 A5 0 42 12 15 13C 37 35
Octal 311 105 245 0 102 22 25 474 67 65
Binary 11001001 1000101 10100101 0 1000010 10010 10101 100111100 110111 110101

Color Harmonies of #C945A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C945A5

Black with #C945A5

Text Example


Text Example

White with #C945A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C945A5; }

 p { color: rgb(201,69,165); }

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

background-color css

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

 a { background-color: rgb(201,69,165); }

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

border-color css

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

 span { border-color: rgb(201,69,165); }

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