Html Css Color HEX #C65383 Mulberry

📋 copy color: '#C65383'

red 198 ◦ green 83 ◦ blue 131

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

Shades of Mulberry #C65383

Tints of Mulberry #C65383

RGB

 RED value IS 198 (77.73% from 255) = 48.06%

 GREEN value IS 83 (32.81% from 255) = 20.15%

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

R = 48.06%
G = 20.15%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C65383 (or 0xC65383) is known color: Mulberry. HEX triplet: C6, 53 and 83. RGB value is (198,83,131). Sum of RGB (Red+Green+Blue) = 198+83+131=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C65383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65383 is #39AC7C. Grayscale: #7A7A7A. Windows color (decimal): -3779709 or 8606662. OLE color: 8606662.

HSL color Cylindrical-coordinate representation of color #C65383: hue angle of 334.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65383 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 131 -
CMYK 0 0.58 0.34 0.22
HSL 334.96º 0.5% 0.55% -
HSV(B) 334.96º 0.58% 0.78% -
XYZ 30.48 19.83 23.69 -
YUV 122.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 198 83 131 0 0.58 0.34 0.22 334.96 0.5 0.55
Hex C6 53 83 0 3A 22 16 14F 32 37
Octal 306 123 203 0 72 42 26 517 62 67
Binary 11000110 1010011 10000011 0 111010 100010 10110 101001111 110010 110111

Color Harmonies of #C65383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65383

Black with #C65383

Text Example


Text Example

White with #C65383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65383; }

 p { color: rgb(198,83,131); }

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

background-color css

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

 a { background-color: rgb(198,83,131); }

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

border-color css

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

 span { border-color: rgb(198,83,131); }

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