Html Css Color HEX #CA487E Mulberry

📋 copy color: '#CA487E'

red 202 ◦ green 72 ◦ blue 126

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

Shades of Mulberry #CA487E

Tints of Mulberry #CA487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 50.5%
G = 18%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA487E (or 0xCA487E) is known color: Mulberry. HEX triplet: CA, 48 and 7E. RGB value is (202,72,126). Sum of RGB (Red+Green+Blue) = 202+72+126=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA487E is #35B781. Grayscale: #747474. Windows color (decimal): -3520386 or 8276170. OLE color: 8276170.

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

Color convert

RGB 202 72 126 -
CMYK 0 0.64 0.38 0.21
HSL 335.08º 0.55% 0.54% -
HSV(B) 335.08º 0.64% 0.79% -
XYZ 30.44 18.7 21.74 -
YUV 117.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 202 72 126 0 0.64 0.38 0.21 335.08 0.55 0.54
Hex CA 48 7E 0 40 26 15 14F 37 36
Octal 312 110 176 0 100 46 25 517 67 66
Binary 11001010 1001000 1111110 0 1000000 100110 10101 101001111 110111 110110

Color Harmonies of #CA487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA487E

Black with #CA487E

Text Example


Text Example

White with #CA487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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