Html Css Color HEX #C25582 Mulberry

📋 copy color: '#C25582'

red 194 ◦ green 85 ◦ blue 130

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

Shades of Mulberry #C25582

Tints of Mulberry #C25582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 47.43%
G = 20.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C25582 (or 0xC25582) is known color: Mulberry. HEX triplet: C2, 55 and 82. RGB value is (194,85,130). Sum of RGB (Red+Green+Blue) = 194+85+130=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25582 is #3DAA7D. Grayscale: #7A7A7A. Windows color (decimal): -4041342 or 8541634. OLE color: 8541634.

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

Color convert

RGB 194 85 130 -
CMYK 0 0.56 0.33 0.24
HSL 335.23º 0.47% 0.55% -
HSV(B) 335.23º 0.56% 0.76% -
XYZ 29.53 19.58 23.34 -
YUV 122.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 194 85 130 0 0.56 0.33 0.24 335.23 0.47 0.55
Hex C2 55 82 0 38 21 18 14F 2F 37
Octal 302 125 202 0 70 41 30 517 57 67
Binary 11000010 1010101 10000010 0 111000 100001 11000 101001111 101111 110111

Color Harmonies of #C25582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25582

Black with #C25582

Text Example


Text Example

White with #C25582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25582; }

 p { color: rgb(194,85,130); }

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

background-color css

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

 a { background-color: rgb(194,85,130); }

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

border-color css

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

 span { border-color: rgb(194,85,130); }

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