Html Css Color HEX #C65A88 Mulberry

📋 copy color: '#C65A88'

red 198 ◦ green 90 ◦ blue 136

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

Shades of Mulberry #C65A88

Tints of Mulberry #C65A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 46.7%
G = 21.23%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C65A88 (or 0xC65A88) is known color: Mulberry. HEX triplet: C6, 5A and 88. RGB value is (198,90,136). Sum of RGB (Red+Green+Blue) = 198+90+136=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A88 is #39A577. Grayscale: #7F7F7F. Windows color (decimal): -3777912 or 8936134. OLE color: 8936134.

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

Color convert

RGB 198 90 136 -
CMYK 0 0.55 0.31 0.22
HSL 334.44º 0.49% 0.56% -
HSV(B) 334.44º 0.55% 0.78% -
XYZ 31.39 21.1 25.71 -
YUV 127.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 198 90 136 0 0.55 0.31 0.22 334.44 0.49 0.56
Hex C6 5A 88 0 37 1F 16 14E 31 38
Octal 306 132 210 0 67 37 26 516 61 70
Binary 11000110 1011010 10001000 0 110111 11111 10110 101001110 110001 111000

Color Harmonies of #C65A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A88

Black with #C65A88

Text Example


Text Example

White with #C65A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A88; }

 p { color: rgb(198,90,136); }

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

background-color css

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

 a { background-color: rgb(198,90,136); }

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

border-color css

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

 span { border-color: rgb(198,90,136); }

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