Html Css Color HEX #CA447F Mulberry

📋 copy color: '#CA447F'

red 202 ◦ green 68 ◦ blue 127

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

Shades of Mulberry #CA447F

Tints of Mulberry #CA447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 50.88%
G = 17.13%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA447F (or 0xCA447F) is known color: Mulberry. HEX triplet: CA, 44 and 7F. RGB value is (202,68,127). Sum of RGB (Red+Green+Blue) = 202+68+127=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA447F is #35BB80. Grayscale: #727272. Windows color (decimal): -3521409 or 8340682. OLE color: 8340682.

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

Color convert

RGB 202 68 127 -
CMYK 0 0.66 0.37 0.21
HSL 333.58º 0.56% 0.53% -
HSV(B) 333.58º 0.66% 0.79% -
XYZ 30.26 18.22 22 -
YUV 114.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 202 68 127 0 0.66 0.37 0.21 333.58 0.56 0.53
Hex CA 44 7F 0 42 25 15 14E 38 35
Octal 312 104 177 0 102 45 25 516 70 65
Binary 11001010 1000100 1111111 0 1000010 100101 10101 101001110 111000 110101

Color Harmonies of #CA447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA447F

Black with #CA447F

Text Example


Text Example

White with #CA447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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