Html Css Color HEX #C65A8F Mulberry

📋 copy color: '#C65A8F'

red 198 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #C65A8F

Tints of Mulberry #C65A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 45.94%
G = 20.88%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C65A8F (or 0xC65A8F) is known color: Mulberry. HEX triplet: C6, 5A and 8F. RGB value is (198,90,143). Sum of RGB (Red+Green+Blue) = 198+90+143=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A8F is #39A570. Grayscale: #808080. Windows color (decimal): -3777905 or 9394886. OLE color: 9394886.

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

Color convert

RGB 198 90 143 -
CMYK 0 0.55 0.28 0.22
HSL 330.56º 0.49% 0.56% -
HSV(B) 330.56º 0.55% 0.78% -
XYZ 31.9 21.3 28.42 -
YUV 128.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 198 90 143 0 0.55 0.28 0.22 330.56 0.49 0.56
Hex C6 5A 8F 0 37 1C 16 14B 31 38
Octal 306 132 217 0 67 34 26 513 61 70
Binary 11000110 1011010 10001111 0 110111 11100 10110 101001011 110001 111000

Color Harmonies of #C65A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A8F

Black with #C65A8F

Text Example


Text Example

White with #C65A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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