Html Css Color HEX #CA4792 Mulberry

📋 copy color: '#CA4792'

red 202 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #CA4792

Tints of Mulberry #CA4792

RGB

 RED value IS 202 (79.3% from 255) = 48.21%

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

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

R = 48.21%
G = 16.95%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA4792 (or 0xCA4792) is known color: Mulberry. HEX triplet: CA, 47 and 92. RGB value is (202,71,146). Sum of RGB (Red+Green+Blue) = 202+71+146=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4792 is #35B86D. Grayscale: #767676. Windows color (decimal): -3520622 or 9586634. OLE color: 9586634.

HSL color Cylindrical-coordinate representation of color #CA4792: hue angle of 325.65º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4792 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 146 -
CMYK 0 0.65 0.28 0.21
HSL 325.65º 0.55% 0.54% -
HSV(B) 325.65º 0.65% 0.79% -
XYZ 31.8 19.14 29.21 -
YUV 118.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 202 71 146 0 0.65 0.28 0.21 325.65 0.55 0.54
Hex CA 47 92 0 41 1C 15 146 37 36
Octal 312 107 222 0 101 34 25 506 67 66
Binary 11001010 1000111 10010010 0 1000001 11100 10101 101000110 110111 110110

Color Harmonies of #CA4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4792

Black with #CA4792

Text Example


Text Example

White with #CA4792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4792; }

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

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

background-color css

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

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

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

border-color css

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

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

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