Html Css Color HEX #C25683 Mulberry

📋 copy color: '#C25683'

red 194 ◦ green 86 ◦ blue 131

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

Shades of Mulberry #C25683

Tints of Mulberry #C25683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 47.2%
G = 20.92%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25683 (or 0xC25683) is known color: Mulberry. HEX triplet: C2, 56 and 83. RGB value is (194,86,131). Sum of RGB (Red+Green+Blue) = 194+86+131=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25683 is #3DA97C. Grayscale: #7B7B7B. Windows color (decimal): -4041085 or 8607426. OLE color: 8607426.

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

Color convert

RGB 194 86 131 -
CMYK 0 0.56 0.32 0.24
HSL 335º 0.47% 0.55% -
HSV(B) 335º 0.56% 0.76% -
XYZ 29.67 19.76 23.72 -
YUV 123.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 194 86 131 0 0.56 0.32 0.24 335 0.47 0.55
Hex C2 56 83 0 38 20 18 14F 2F 37
Octal 302 126 203 0 70 40 30 517 57 67
Binary 11000010 1010110 10000011 0 111000 100000 11000 101001111 101111 110111

Color Harmonies of #C25683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25683

Black with #C25683

Text Example


Text Example

White with #C25683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25683; }

 p { color: rgb(194,86,131); }

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

background-color css

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

 a { background-color: rgb(194,86,131); }

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

border-color css

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

 span { border-color: rgb(194,86,131); }

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