Html Css Color HEX #C25596 Mulberry

📋 copy color: '#C25596'

red 194 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #C25596

Tints of Mulberry #C25596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 45.22%
G = 19.81%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C25596 (or 0xC25596) is known color: Mulberry. HEX triplet: C2, 55 and 96. RGB value is (194,85,150). Sum of RGB (Red+Green+Blue) = 194+85+150=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25596 is #3DAA69. Grayscale: #7C7C7C. Windows color (decimal): -4041322 or 9852354. OLE color: 9852354.

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

Color convert

RGB 194 85 150 -
CMYK 0 0.56 0.23 0.24
HSL 324.22º 0.47% 0.55% -
HSV(B) 324.22º 0.56% 0.76% -
XYZ 31 20.17 31.11 -
YUV 125 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 194 85 150 0 0.56 0.23 0.24 324.22 0.47 0.55
Hex C2 55 96 0 38 17 18 144 2F 37
Octal 302 125 226 0 70 27 30 504 57 67
Binary 11000010 1010101 10010110 0 111000 10111 11000 101000100 101111 110111

Color Harmonies of #C25596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25596

Black with #C25596

Text Example


Text Example

White with #C25596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25596; }

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

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

background-color css

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

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

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

border-color css

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

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

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