Html Css Color HEX #C65884 Mulberry

📋 copy color: '#C65884'

red 198 ◦ green 88 ◦ blue 132

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

Shades of Mulberry #C65884

Tints of Mulberry #C65884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 47.37%
G = 21.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C65884 (or 0xC65884) is known color: Mulberry. HEX triplet: C6, 58 and 84. RGB value is (198,88,132). Sum of RGB (Red+Green+Blue) = 198+88+132=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C65884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65884 is #39A77B. Grayscale: #7D7D7D. Windows color (decimal): -3778428 or 8673478. OLE color: 8673478.

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

Color convert

RGB 198 88 132 -
CMYK 0 0.56 0.33 0.22
HSL 336º 0.49% 0.56% -
HSV(B) 336º 0.56% 0.78% -
XYZ 30.94 20.65 24.18 -
YUV 125.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 198 88 132 0 0.56 0.33 0.22 336 0.49 0.56
Hex C6 58 84 0 38 21 16 150 31 38
Octal 306 130 204 0 70 41 26 520 61 70
Binary 11000110 1011000 10000100 0 111000 100001 10110 101010000 110001 111000

Color Harmonies of #C65884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65884

Black with #C65884

Text Example


Text Example

White with #C65884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65884; }

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

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

background-color css

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

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

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

border-color css

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

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

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