Html Css Color HEX #C65A8D Mulberry

📋 copy color: '#C65A8D'

red 198 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #C65A8D

Tints of Mulberry #C65A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 46.15%
G = 20.98%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C65A8D (or 0xC65A8D) is known color: Mulberry. HEX triplet: C6, 5A and 8D. RGB value is (198,90,141). Sum of RGB (Red+Green+Blue) = 198+90+141=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A8D is #39A572. Grayscale: #808080. Windows color (decimal): -3777907 or 9263814. OLE color: 9263814.

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

Color convert

RGB 198 90 141 -
CMYK 0 0.55 0.29 0.22
HSL 331.67º 0.49% 0.56% -
HSV(B) 331.67º 0.55% 0.78% -
XYZ 31.75 21.24 27.63 -
YUV 128.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 198 90 141 0 0.55 0.29 0.22 331.67 0.49 0.56
Hex C6 5A 8D 0 37 1D 16 14C 31 38
Octal 306 132 215 0 67 35 26 514 61 70
Binary 11000110 1011010 10001101 0 110111 11101 10110 101001100 110001 111000

Color Harmonies of #C65A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A8D

Black with #C65A8D

Text Example


Text Example

White with #C65A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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