Html Css Color HEX #CA498C Mulberry

📋 copy color: '#CA498C'

red 202 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #CA498C

Tints of Mulberry #CA498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 48.67%
G = 17.59%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA498C (or 0xCA498C) is known color: Mulberry. HEX triplet: CA, 49 and 8C. RGB value is (202,73,140). Sum of RGB (Red+Green+Blue) = 202+73+140=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA498C is #35B673. Grayscale: #777777. Windows color (decimal): -3520116 or 9193930. OLE color: 9193930.

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

Color convert

RGB 202 73 140 -
CMYK 0 0.64 0.31 0.21
HSL 328.84º 0.55% 0.54% -
HSV(B) 328.84º 0.64% 0.79% -
XYZ 31.47 19.22 26.86 -
YUV 119.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 202 73 140 0 0.64 0.31 0.21 328.84 0.55 0.54
Hex CA 49 8C 0 40 1F 15 149 37 36
Octal 312 111 214 0 100 37 25 511 67 66
Binary 11001010 1001001 10001100 0 1000000 11111 10101 101001001 110111 110110

Color Harmonies of #CA498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA498C

Black with #CA498C

Text Example


Text Example

White with #CA498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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