Html Css Color HEX #CA598D Mulberry

📋 copy color: '#CA598D'

red 202 ◦ green 89 ◦ blue 141

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

Shades of Mulberry #CA598D

Tints of Mulberry #CA598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.6%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 46.76%
G = 20.6%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA598D (or 0xCA598D) is known color: Mulberry. HEX triplet: CA, 59 and 8D. RGB value is (202,89,141). Sum of RGB (Red+Green+Blue) = 202+89+141=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA598D is #35A672. Grayscale: #808080. Windows color (decimal): -3516019 or 9263562. OLE color: 9263562.

HSL color Cylindrical-coordinate representation of color #CA598D: hue angle of 332.39º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA598D is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 89 141 -
CMYK 0 0.56 0.30 0.21
HSL 332.39º 0.52% 0.57% -
HSV(B) 332.39º 0.56% 0.79% -
XYZ 32.74 21.62 27.65 -
YUV 128.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 202 89 141 0 0.56 0.30 0.21 332.39 0.52 0.57
Hex CA 59 8D 0 38 1E 15 14C 34 39
Octal 312 131 215 0 70 36 25 514 64 71
Binary 11001010 1011001 10001101 0 111000 11110 10101 101001100 110100 111001

Color Harmonies of #CA598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA598D

Black with #CA598D

Text Example


Text Example

White with #CA598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA598D; }

 p { color: rgb(202,89,141); }

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

background-color css

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

 a { background-color: rgb(202,89,141); }

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

border-color css

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

 span { border-color: rgb(202,89,141); }

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