Html Css Color HEX #CA4482 Mulberry

📋 copy color: '#CA4482'

red 202 ◦ green 68 ◦ blue 130

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

Shades of Mulberry #CA4482

Tints of Mulberry #CA4482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

 BLUE value IS 130 (51.17% from 255) = 32.5%

R = 50.5%
G = 17%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA4482 (or 0xCA4482) is known color: Mulberry. HEX triplet: CA, 44 and 82. RGB value is (202,68,130). Sum of RGB (Red+Green+Blue) = 202+68+130=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4482 is #35BB7D. Grayscale: #737373. Windows color (decimal): -3521406 or 8537290. OLE color: 8537290.

HSL color Cylindrical-coordinate representation of color #CA4482: hue angle of 332.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4482 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 130 -
CMYK 0 0.66 0.36 0.21
HSL 332.24º 0.56% 0.53% -
HSV(B) 332.24º 0.66% 0.79% -
XYZ 30.45 18.3 23.05 -
YUV 115.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 202 68 130 0 0.66 0.36 0.21 332.24 0.56 0.53
Hex CA 44 82 0 42 24 15 14C 38 35
Octal 312 104 202 0 102 44 25 514 70 65
Binary 11001010 1000100 10000010 0 1000010 100100 10101 101001100 111000 110101

Color Harmonies of #CA4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4482

Black with #CA4482

Text Example


Text Example

White with #CA4482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4482; }

 p { color: rgb(202,68,130); }

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

background-color css

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

 a { background-color: rgb(202,68,130); }

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

border-color css

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

 span { border-color: rgb(202,68,130); }

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