Html Css Color HEX #C25892 Mulberry

📋 copy color: '#C25892'

red 194 ◦ green 88 ◦ blue 146

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

Shades of Mulberry #C25892

Tints of Mulberry #C25892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.56%

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 45.33%
G = 20.56%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25892 (or 0xC25892) is known color: Mulberry. HEX triplet: C2, 58 and 92. RGB value is (194,88,146). Sum of RGB (Red+Green+Blue) = 194+88+146=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C25892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25892 is #3DA76D. Grayscale: #7E7E7E. Windows color (decimal): -4040558 or 9590978. OLE color: 9590978.

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

Color convert

RGB 194 88 146 -
CMYK 0 0.55 0.25 0.24
HSL 327.17º 0.46% 0.55% -
HSV(B) 327.17º 0.55% 0.76% -
XYZ 30.93 20.52 29.53 -
YUV 126.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 194 88 146 0 0.55 0.25 0.24 327.17 0.46 0.55
Hex C2 58 92 0 37 19 18 147 2E 37
Octal 302 130 222 0 67 31 30 507 56 67
Binary 11000010 1011000 10010010 0 110111 11001 11000 101000111 101110 110111

Color Harmonies of #C25892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25892

Black with #C25892

Text Example


Text Example

White with #C25892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25892; }

 p { color: rgb(194,88,146); }

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

background-color css

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

 a { background-color: rgb(194,88,146); }

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

border-color css

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

 span { border-color: rgb(194,88,146); }

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