Html Css Color HEX #CA599D Mulberry

📋 copy color: '#CA599D'

red 202 ◦ green 89 ◦ blue 157

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

Shades of Mulberry #CA599D

Tints of Mulberry #CA599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 45.09%
G = 19.87%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA599D (or 0xCA599D) is known color: Mulberry. HEX triplet: CA, 59 and 9D. RGB value is (202,89,157). Sum of RGB (Red+Green+Blue) = 202+89+157=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA599D is #35A662. Grayscale: #828282. Windows color (decimal): -3516003 or 10312138. OLE color: 10312138.

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

Color convert

RGB 202 89 157 -
CMYK 0 0.56 0.22 0.21
HSL 323.89º 0.52% 0.57% -
HSV(B) 323.89º 0.56% 0.79% -
XYZ 34.02 22.14 34.38 -
YUV 130.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 202 89 157 0 0.56 0.22 0.21 323.89 0.52 0.57
Hex CA 59 9D 0 38 16 15 144 34 39
Octal 312 131 235 0 70 26 25 504 64 71
Binary 11001010 1011001 10011101 0 111000 10110 10101 101000100 110100 111001

Color Harmonies of #CA599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA599D

Black with #CA599D

Text Example


Text Example

White with #CA599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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