Html Css Color HEX #C25689 Mulberry

📋 copy color: '#C25689'

red 194 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #C25689

Tints of Mulberry #C25689

RGB

 RED value IS 194 (76.17% from 255) = 46.52%

 GREEN value IS 86 (33.98% from 255) = 20.62%

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 46.52%
G = 20.62%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C25689 (or 0xC25689) is known color: Mulberry. HEX triplet: C2, 56 and 89. RGB value is (194,86,137). Sum of RGB (Red+Green+Blue) = 194+86+137=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C25689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25689 is #3DA976. Grayscale: #7C7C7C. Windows color (decimal): -4041079 or 9000642. OLE color: 9000642.

HSL color Cylindrical-coordinate representation of color #C25689: hue angle of 331.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25689 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 137 -
CMYK 0 0.56 0.29 0.24
HSL 331.67º 0.47% 0.55% -
HSV(B) 331.67º 0.56% 0.76% -
XYZ 30.09 19.93 25.93 -
YUV 124.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 194 86 137 0 0.56 0.29 0.24 331.67 0.47 0.55
Hex C2 56 89 0 38 1D 18 14C 2F 37
Octal 302 126 211 0 70 35 30 514 57 67
Binary 11000010 1010110 10001001 0 111000 11101 11000 101001100 101111 110111

Color Harmonies of #C25689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25689

Black with #C25689

Text Example


Text Example

White with #C25689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25689; }

 p { color: rgb(194,86,137); }

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

background-color css

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

 a { background-color: rgb(194,86,137); }

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

border-color css

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

 span { border-color: rgb(194,86,137); }

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