Html Css Color HEX #C65C8E Mulberry

📋 copy color: '#C65C8E'

red 198 ◦ green 92 ◦ blue 142

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

Shades of Mulberry #C65C8E

Tints of Mulberry #C65C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 45.83%
G = 21.3%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C65C8E (or 0xC65C8E) is known color: Mulberry. HEX triplet: C6, 5C and 8E. RGB value is (198,92,142). Sum of RGB (Red+Green+Blue) = 198+92+142=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C8E is #39A371. Grayscale: #818181. Windows color (decimal): -3777394 or 9329862. OLE color: 9329862.

HSL color Cylindrical-coordinate representation of color #C65C8E: hue angle of 331.7º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C8E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 142 -
CMYK 0 0.54 0.28 0.22
HSL 331.7º 0.48% 0.57% -
HSV(B) 331.7º 0.54% 0.78% -
XYZ 32 21.61 28.08 -
YUV 129.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 198 92 142 0 0.54 0.28 0.22 331.7 0.48 0.57
Hex C6 5C 8E 0 36 1C 16 14C 30 39
Octal 306 134 216 0 66 34 26 514 60 71
Binary 11000110 1011100 10001110 0 110110 11100 10110 101001100 110000 111001

Color Harmonies of #C65C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C8E

Black with #C65C8E

Text Example


Text Example

White with #C65C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C8E; }

 p { color: rgb(198,92,142); }

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

background-color css

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

 a { background-color: rgb(198,92,142); }

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

border-color css

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

 span { border-color: rgb(198,92,142); }

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