Html Css Color HEX #CA487F Mulberry

📋 copy color: '#CA487F'

red 202 ◦ green 72 ◦ blue 127

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

Shades of Mulberry #CA487F

Tints of Mulberry #CA487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 127 (50% from 255) = 31.67%

R = 50.37%
G = 17.96%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA487F (or 0xCA487F) is known color: Mulberry. HEX triplet: CA, 48 and 7F. RGB value is (202,72,127). Sum of RGB (Red+Green+Blue) = 202+72+127=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA487F is #35B780. Grayscale: #757575. Windows color (decimal): -3520385 or 8341706. OLE color: 8341706.

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

Color convert

RGB 202 72 127 -
CMYK 0 0.64 0.37 0.21
HSL 334.62º 0.55% 0.54% -
HSV(B) 334.62º 0.64% 0.79% -
XYZ 30.51 18.72 22.08 -
YUV 117.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 202 72 127 0 0.64 0.37 0.21 334.62 0.55 0.54
Hex CA 48 7F 0 40 25 15 14F 37 36
Octal 312 110 177 0 100 45 25 517 67 66
Binary 11001010 1001000 1111111 0 1000000 100101 10101 101001111 110111 110110

Color Harmonies of #CA487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA487F

Black with #CA487F

Text Example


Text Example

White with #CA487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA487F; }

 p { color: rgb(202,72,127); }

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

background-color css

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

 a { background-color: rgb(202,72,127); }

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

border-color css

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

 span { border-color: rgb(202,72,127); }

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