Html Css Color HEX #C25685 Mulberry

📋 copy color: '#C25685'

red 194 ◦ green 86 ◦ blue 133

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

Shades of Mulberry #C25685

Tints of Mulberry #C25685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 46.97%
G = 20.82%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25685 (or 0xC25685) is known color: Mulberry. HEX triplet: C2, 56 and 85. RGB value is (194,86,133). Sum of RGB (Red+Green+Blue) = 194+86+133=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25685 is #3DA97A. Grayscale: #7B7B7B. Windows color (decimal): -4041083 or 8738498. OLE color: 8738498.

HSL color Cylindrical-coordinate representation of color #C25685: hue angle of 333.89º 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 #C25685 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 133 -
CMYK 0 0.56 0.31 0.24
HSL 333.89º 0.47% 0.55% -
HSV(B) 333.89º 0.56% 0.76% -
XYZ 29.81 19.82 24.44 -
YUV 123.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 194 86 133 0 0.56 0.31 0.24 333.89 0.47 0.55
Hex C2 56 85 0 38 1F 18 14E 2F 37
Octal 302 126 205 0 70 37 30 516 57 67
Binary 11000010 1010110 10000101 0 111000 11111 11000 101001110 101111 110111

Color Harmonies of #C25685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25685

Black with #C25685

Text Example


Text Example

White with #C25685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25685; }

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

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

background-color css

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

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

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

border-color css

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

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

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