Html Css Color HEX #C5469C Mulberry

📋 copy color: '#C5469C'

red 197 ◦ green 70 ◦ blue 156

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

Shades of Mulberry #C5469C

Tints of Mulberry #C5469C

RGB

 RED value IS 197 (77.34% from 255) = 46.57%

 GREEN value IS 70 (27.73% from 255) = 16.55%

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 46.57%
G = 16.55%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5469C (or 0xC5469C) is known color: Mulberry. HEX triplet: C5, 46 and 9C. RGB value is (197,70,156). Sum of RGB (Red+Green+Blue) = 197+70+156=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5469C is #3AB963. Grayscale: #757575. Windows color (decimal): -3848548 or 10241733. OLE color: 10241733.

HSL color Cylindrical-coordinate representation of color #C5469C: hue angle of 319.37º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5469C is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 156 -
CMYK 0 0.64 0.21 0.23
HSL 319.37º 0.52% 0.52% -
HSV(B) 319.37º 0.64% 0.77% -
XYZ 31.22 18.65 33.41 -
YUV 117.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 197 70 156 0 0.64 0.21 0.23 319.37 0.52 0.52
Hex C5 46 9C 0 40 15 17 13F 34 34
Octal 305 106 234 0 100 25 27 477 64 64
Binary 11000101 1000110 10011100 0 1000000 10101 10111 100111111 110100 110100

Color Harmonies of #C5469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5469C

Black with #C5469C

Text Example


Text Example

White with #C5469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5469C; }

 p { color: rgb(197,70,156); }

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

background-color css

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

 a { background-color: rgb(197,70,156); }

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

border-color css

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

 span { border-color: rgb(197,70,156); }

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