Html Css Color HEX #CA4883 Mulberry

📋 copy color: '#CA4883'

red 202 ◦ green 72 ◦ blue 131

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

Shades of Mulberry #CA4883

Tints of Mulberry #CA4883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 49.88%
G = 17.78%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA4883 (or 0xCA4883) is known color: Mulberry. HEX triplet: CA, 48 and 83. RGB value is (202,72,131). Sum of RGB (Red+Green+Blue) = 202+72+131=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4883 is #35B77C. Grayscale: #757575. Windows color (decimal): -3520381 or 8603850. OLE color: 8603850.

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

Color convert

RGB 202 72 131 -
CMYK 0 0.64 0.35 0.21
HSL 332.77º 0.55% 0.54% -
HSV(B) 332.77º 0.64% 0.79% -
XYZ 30.77 18.83 23.49 -
YUV 117.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 202 72 131 0 0.64 0.35 0.21 332.77 0.55 0.54
Hex CA 48 83 0 40 23 15 14D 37 36
Octal 312 110 203 0 100 43 25 515 67 66
Binary 11001010 1001000 10000011 0 1000000 100011 10101 101001101 110111 110110

Color Harmonies of #CA4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4883

Black with #CA4883

Text Example


Text Example

White with #CA4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4883; }

 p { color: rgb(202,72,131); }

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

background-color css

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

 a { background-color: rgb(202,72,131); }

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

border-color css

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

 span { border-color: rgb(202,72,131); }

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