Html Css Color HEX #CA497F Mulberry

📋 copy color: '#CA497F'

red 202 ◦ green 73 ◦ blue 127

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

Shades of Mulberry #CA497F

Tints of Mulberry #CA497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.16%

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

R = 50.25%
G = 18.16%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA497F (or 0xCA497F) is known color: Mulberry. HEX triplet: CA, 49 and 7F. RGB value is (202,73,127). Sum of RGB (Red+Green+Blue) = 202+73+127=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA497F is #35B680. Grayscale: #757575. Windows color (decimal): -3520129 or 8341962. OLE color: 8341962.

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

Color convert

RGB 202 73 127 -
CMYK 0 0.64 0.37 0.21
HSL 334.88º 0.55% 0.54% -
HSV(B) 334.88º 0.64% 0.79% -
XYZ 30.57 18.85 22.11 -
YUV 117.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 202 73 127 0 0.64 0.37 0.21 334.88 0.55 0.54
Hex CA 49 7F 0 40 25 15 14F 37 36
Octal 312 111 177 0 100 45 25 517 67 66
Binary 11001010 1001001 1111111 0 1000000 100101 10101 101001111 110111 110110

Color Harmonies of #CA497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA497F

Black with #CA497F

Text Example


Text Example

White with #CA497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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