Html Css Color HEX #C14792 Mulberry

📋 copy color: '#C14792'

red 193 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #C14792

Tints of Mulberry #C14792

RGB

 RED value IS 193 (75.78% from 255) = 47.07%

 GREEN value IS 71 (28.13% from 255) = 17.32%

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

R = 47.07%
G = 17.32%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C14792 (or 0xC14792) is known color: Mulberry. HEX triplet: C1, 47 and 92. RGB value is (193,71,146). Sum of RGB (Red+Green+Blue) = 193+71+146=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14792 is #3EB86D. Grayscale: #737373. Windows color (decimal): -4110446 or 9586625. OLE color: 9586625.

HSL color Cylindrical-coordinate representation of color #C14792: hue angle of 323.11º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14792 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 146 -
CMYK 0 0.63 0.24 0.24
HSL 323.11º 0.5% 0.52% -
HSV(B) 323.11º 0.63% 0.76% -
XYZ 29.43 17.92 29.1 -
YUV 116.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 193 71 146 0 0.63 0.24 0.24 323.11 0.5 0.52
Hex C1 47 92 0 3F 18 18 143 32 34
Octal 301 107 222 0 77 30 30 503 62 64
Binary 11000001 1000111 10010010 0 111111 11000 11000 101000011 110010 110100

Color Harmonies of #C14792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14792

Black with #C14792

Text Example


Text Example

White with #C14792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14792; }

 p { color: rgb(193,71,146); }

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

background-color css

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

 a { background-color: rgb(193,71,146); }

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

border-color css

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

 span { border-color: rgb(193,71,146); }

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