Html Css Color HEX #C25792 Mulberry

📋 copy color: '#C25792'

red 194 ◦ green 87 ◦ blue 146

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

Shades of Mulberry #C25792

Tints of Mulberry #C25792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.37%

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

R = 45.43%
G = 20.37%
B = 34.19%

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

#C25792 (or 0xC25792) is known color: Mulberry. HEX triplet: C2, 57 and 92. RGB value is (194,87,146). Sum of RGB (Red+Green+Blue) = 194+87+146=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C25792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25792 is #3DA86D. Grayscale: #7D7D7D. Windows color (decimal): -4040814 or 9590722. OLE color: 9590722.

HSL color Cylindrical-coordinate representation of color #C25792: hue angle of 326.92º degrees, saturation: 0.47, 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 #C25792 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 146 -
CMYK 0 0.55 0.25 0.24
HSL 326.92º 0.47% 0.55% -
HSV(B) 326.92º 0.55% 0.76% -
XYZ 30.84 20.36 29.5 -
YUV 125.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 194 87 146 0 0.55 0.25 0.24 326.92 0.47 0.55
Hex C2 57 92 0 37 19 18 147 2F 37
Octal 302 127 222 0 67 31 30 507 57 67
Binary 11000010 1010111 10010010 0 110111 11001 11000 101000111 101111 110111

Color Harmonies of #C25792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25792

Black with #C25792

Text Example


Text Example

White with #C25792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25792; }

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

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

background-color css

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

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

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

border-color css

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

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

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