Html Css Color HEX #C748A5 Mulberry

📋 copy color: '#C748A5'

red 199 ◦ green 72 ◦ blue 165

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

Shades of Mulberry #C748A5

Tints of Mulberry #C748A5

RGB

 RED value IS 199 (78.13% from 255) = 45.64%

 GREEN value IS 72 (28.52% from 255) = 16.51%

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 45.64%
G = 16.51%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C748A5 (or 0xC748A5) is known color: Mulberry. HEX triplet: C7, 48 and A5. RGB value is (199,72,165). Sum of RGB (Red+Green+Blue) = 199+72+165=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C748A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C748A5 is #38B75A. Grayscale: #787878. Windows color (decimal): -3716955 or 10832071. OLE color: 10832071.

HSL color Cylindrical-coordinate representation of color #C748A5: hue angle of 316.06º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C748A5 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 165 -
CMYK 0 0.64 0.17 0.22
HSL 316.06º 0.53% 0.53% -
HSV(B) 316.06º 0.64% 0.78% -
XYZ 32.66 19.49 37.64 -
YUV 120.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 199 72 165 0 0.64 0.17 0.22 316.06 0.53 0.53
Hex C7 48 A5 0 40 11 16 13C 35 35
Octal 307 110 245 0 100 21 26 474 65 65
Binary 11000111 1001000 10100101 0 1000000 10001 10110 100111100 110101 110101

Color Harmonies of #C748A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748A5

Black with #C748A5

Text Example


Text Example

White with #C748A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748A5; }

 p { color: rgb(199,72,165); }

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

background-color css

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

 a { background-color: rgb(199,72,165); }

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

border-color css

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

 span { border-color: rgb(199,72,165); }

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