Html Css Color HEX #C64182 Mulberry

📋 copy color: '#C64182'

red 198 ◦ green 65 ◦ blue 130

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

Shades of Mulberry #C64182

Tints of Mulberry #C64182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 50.38%
G = 16.54%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C64182 (or 0xC64182) is known color: Mulberry. HEX triplet: C6, 41 and 82. RGB value is (198,65,130). Sum of RGB (Red+Green+Blue) = 198+65+130=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C64182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64182 is #39BE7D. Grayscale: #707070. Windows color (decimal): -3784318 or 8536518. OLE color: 8536518.

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

Color convert

RGB 198 65 130 -
CMYK 0 0.67 0.34 0.22
HSL 330.68º 0.54% 0.52% -
HSV(B) 330.68º 0.67% 0.78% -
XYZ 29.21 17.4 22.94 -
YUV 112.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 198 65 130 0 0.67 0.34 0.22 330.68 0.54 0.52
Hex C6 41 82 0 43 22 16 14B 36 34
Octal 306 101 202 0 103 42 26 513 66 64
Binary 11000110 1000001 10000010 0 1000011 100010 10110 101001011 110110 110100

Color Harmonies of #C64182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64182

Black with #C64182

Text Example


Text Example

White with #C64182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64182; }

 p { color: rgb(198,65,130); }

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

background-color css

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

 a { background-color: rgb(198,65,130); }

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

border-color css

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

 span { border-color: rgb(198,65,130); }

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