Html Css Color HEX #C642A6 Mulberry

📋 copy color: '#C642A6'

red 198 ◦ green 66 ◦ blue 166

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

Shades of Mulberry #C642A6

Tints of Mulberry #C642A6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.35%

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 46.05%
G = 15.35%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C642A6 (or 0xC642A6) is known color: Mulberry. HEX triplet: C6, 42 and A6. RGB value is (198,66,166). Sum of RGB (Red+Green+Blue) = 198+66+166=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C642A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C642A6 is #39BD59. Grayscale: #747474. Windows color (decimal): -3784026 or 10896070. OLE color: 10896070.

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

Color convert

RGB 198 66 166 -
CMYK 0 0.67 0.16 0.22
HSL 314.55º 0.54% 0.52% -
HSV(B) 314.55º 0.67% 0.78% -
XYZ 32.12 18.66 37.98 -
YUV 116.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 198 66 166 0 0.67 0.16 0.22 314.55 0.54 0.52
Hex C6 42 A6 0 43 10 16 13B 36 34
Octal 306 102 246 0 103 20 26 473 66 64
Binary 11000110 1000010 10100110 0 1000011 10000 10110 100111011 110110 110100

Color Harmonies of #C642A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642A6

Black with #C642A6

Text Example


Text Example

White with #C642A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642A6; }

 p { color: rgb(198,66,166); }

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

background-color css

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

 a { background-color: rgb(198,66,166); }

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

border-color css

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

 span { border-color: rgb(198,66,166); }

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