Html Css Color HEX #CA447D Mulberry

📋 copy color: '#CA447D'

red 202 ◦ green 68 ◦ blue 125

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

Shades of Mulberry #CA447D

Tints of Mulberry #CA447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 51.14%
G = 17.22%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA447D (or 0xCA447D) is known color: Mulberry. HEX triplet: CA, 44 and 7D. RGB value is (202,68,125). Sum of RGB (Red+Green+Blue) = 202+68+125=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA447D is #35BB82. Grayscale: #727272. Windows color (decimal): -3521411 or 8209610. OLE color: 8209610.

HSL color Cylindrical-coordinate representation of color #CA447D: hue angle of 334.48º 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 #CA447D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 125 -
CMYK 0 0.66 0.38 0.21
HSL 334.48º 0.56% 0.53% -
HSV(B) 334.48º 0.66% 0.79% -
XYZ 30.13 18.17 21.32 -
YUV 114.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 202 68 125 0 0.66 0.38 0.21 334.48 0.56 0.53
Hex CA 44 7D 0 42 26 15 14E 38 35
Octal 312 104 175 0 102 46 25 516 70 65
Binary 11001010 1000100 1111101 0 1000010 100110 10101 101001110 111000 110101

Color Harmonies of #CA447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA447D

Black with #CA447D

Text Example


Text Example

White with #CA447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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