Html Css Color HEX #CA497E Mulberry

📋 copy color: '#CA497E'

red 202 ◦ green 73 ◦ blue 126

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

Shades of Mulberry #CA497E

Tints of Mulberry #CA497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 50.37%
G = 18.2%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA497E (or 0xCA497E) is known color: Mulberry. HEX triplet: CA, 49 and 7E. RGB value is (202,73,126). Sum of RGB (Red+Green+Blue) = 202+73+126=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA497E is #35B681. Grayscale: #757575. Windows color (decimal): -3520130 or 8276426. OLE color: 8276426.

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

Color convert

RGB 202 73 126 -
CMYK 0 0.64 0.38 0.21
HSL 335.35º 0.55% 0.54% -
HSV(B) 335.35º 0.64% 0.79% -
XYZ 30.51 18.83 21.77 -
YUV 117.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 202 73 126 0 0.64 0.38 0.21 335.35 0.55 0.54
Hex CA 49 7E 0 40 26 15 14F 37 36
Octal 312 111 176 0 100 46 25 517 67 66
Binary 11001010 1001001 1111110 0 1000000 100110 10101 101001111 110111 110110

Color Harmonies of #CA497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA497E

Black with #CA497E

Text Example


Text Example

White with #CA497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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