Html Css Color HEX #C05283 Mulberry

📋 copy color: '#C05283'

red 192 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #C05283

Tints of Mulberry #C05283

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

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

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

R = 47.41%
G = 20.25%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05283 (or 0xC05283) is known color: Mulberry. HEX triplet: C0, 52 and 83. RGB value is (192,82,131). Sum of RGB (Red+Green+Blue) = 192+82+131=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C05283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05283 is #3FAD7C. Grayscale: #787878. Windows color (decimal): -4173181 or 8606400. OLE color: 8606400.

HSL color Cylindrical-coordinate representation of color #C05283: hue angle of 333.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05283 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 131 -
CMYK 0 0.57 0.32 0.25
HSL 333.27º 0.47% 0.54% -
HSV(B) 333.27º 0.57% 0.75% -
XYZ 28.85 18.88 23.6 -
YUV 120.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 192 82 131 0 0.57 0.32 0.25 333.27 0.47 0.54
Hex C0 52 83 0 39 20 19 14D 2F 36
Octal 300 122 203 0 71 40 31 515 57 66
Binary 11000000 1010010 10000011 0 111001 100000 11001 101001101 101111 110110

Color Harmonies of #C05283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05283

Black with #C05283

Text Example


Text Example

White with #C05283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05283; }

 p { color: rgb(192,82,131); }

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

background-color css

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

 a { background-color: rgb(192,82,131); }

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

border-color css

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

 span { border-color: rgb(192,82,131); }

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