Html Css Color HEX #C65A92 Mulberry

📋 copy color: '#C65A92'

red 198 ◦ green 90 ◦ blue 146

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

Shades of Mulberry #C65A92

Tints of Mulberry #C65A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.64%

R = 45.62%
G = 20.74%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C65A92 (or 0xC65A92) is known color: Mulberry. HEX triplet: C6, 5A and 92. RGB value is (198,90,146). Sum of RGB (Red+Green+Blue) = 198+90+146=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A92 is #39A56D. Grayscale: #808080. Windows color (decimal): -3777902 or 9591494. OLE color: 9591494.

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

Color convert

RGB 198 90 146 -
CMYK 0 0.55 0.26 0.22
HSL 328.89º 0.49% 0.56% -
HSV(B) 328.89º 0.55% 0.78% -
XYZ 32.13 21.39 29.63 -
YUV 128.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 198 90 146 0 0.55 0.26 0.22 328.89 0.49 0.56
Hex C6 5A 92 0 37 1A 16 149 31 38
Octal 306 132 222 0 67 32 26 511 61 70
Binary 11000110 1011010 10010010 0 110111 11010 10110 101001001 110001 111000

Color Harmonies of #C65A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A92

Black with #C65A92

Text Example


Text Example

White with #C65A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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