Html Css Color HEX #CA59A7 Mulberry

📋 copy color: '#CA59A7'

red 202 ◦ green 89 ◦ blue 167

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

Shades of Mulberry #CA59A7

Tints of Mulberry #CA59A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 44.1%
G = 19.43%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA59A7 (or 0xCA59A7) is known color: Mulberry. HEX triplet: CA, 59 and A7. RGB value is (202,89,167). Sum of RGB (Red+Green+Blue) = 202+89+167=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A7 is #35A658. Grayscale: #838383. Windows color (decimal): -3515993 or 10967498. OLE color: 10967498.

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

Color convert

RGB 202 89 167 -
CMYK 0 0.56 0.17 0.21
HSL 318.58º 0.52% 0.57% -
HSV(B) 318.58º 0.56% 0.79% -
XYZ 34.9 22.49 39.06 -
YUV 131.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 202 89 167 0 0.56 0.17 0.21 318.58 0.52 0.57
Hex CA 59 A7 0 38 11 15 13F 34 39
Octal 312 131 247 0 70 21 25 477 64 71
Binary 11001010 1011001 10100111 0 111000 10001 10101 100111111 110100 111001

Color Harmonies of #CA59A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59A7

Black with #CA59A7

Text Example


Text Example

White with #CA59A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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