Html Css Color HEX #C65882 Mulberry

📋 copy color: '#C65882'

red 198 ◦ green 88 ◦ blue 130

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

Shades of Mulberry #C65882

Tints of Mulberry #C65882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.15%

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

R = 47.6%
G = 21.15%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C65882 (or 0xC65882) is known color: Mulberry. HEX triplet: C6, 58 and 82. RGB value is (198,88,130). Sum of RGB (Red+Green+Blue) = 198+88+130=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65882 is #39A77D. Grayscale: #7D7D7D. Windows color (decimal): -3778430 or 8542406. OLE color: 8542406.

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

Color convert

RGB 198 88 130 -
CMYK 0 0.56 0.34 0.22
HSL 337.09º 0.49% 0.56% -
HSV(B) 337.09º 0.56% 0.78% -
XYZ 30.81 20.6 23.47 -
YUV 125.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 198 88 130 0 0.56 0.34 0.22 337.09 0.49 0.56
Hex C6 58 82 0 38 22 16 151 31 38
Octal 306 130 202 0 70 42 26 521 61 70
Binary 11000110 1011000 10000010 0 111000 100010 10110 101010001 110001 111000

Color Harmonies of #C65882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65882

Black with #C65882

Text Example


Text Example

White with #C65882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65882; }

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

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

background-color css

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

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

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

border-color css

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

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

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