Html Css Color HEX #C25297 Mulberry

📋 copy color: '#C25297'

red 194 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #C25297

Tints of Mulberry #C25297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 45.43%
G = 19.2%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C25297 (or 0xC25297) is known color: Mulberry. HEX triplet: C2, 52 and 97. RGB value is (194,82,151). Sum of RGB (Red+Green+Blue) = 194+82+151=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C25297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25297 is #3DAD68. Grayscale: #7B7B7B. Windows color (decimal): -4042089 or 9917122. OLE color: 9917122.

HSL color Cylindrical-coordinate representation of color #C25297: hue angle of 323.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25297 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 82 151 -
CMYK 0 0.58 0.22 0.24
HSL 323.04º 0.48% 0.54% -
HSV(B) 323.04º 0.58% 0.76% -
XYZ 30.85 19.74 31.46 -
YUV 123.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 194 82 151 0 0.58 0.22 0.24 323.04 0.48 0.54
Hex C2 52 97 0 3A 16 18 143 30 36
Octal 302 122 227 0 72 26 30 503 60 66
Binary 11000010 1010010 10010111 0 111010 10110 11000 101000011 110000 110110

Color Harmonies of #C25297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25297

Black with #C25297

Text Example


Text Example

White with #C25297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25297; }

 p { color: rgb(194,82,151); }

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

background-color css

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

 a { background-color: rgb(194,82,151); }

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

border-color css

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

 span { border-color: rgb(194,82,151); }

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