#CA467D

Color #CA467D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CA467D

Tints of Mulberry #CA467D

Color information

#CA467D (or 0xCA467D) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 7D. RGB value is (202,70,125). Sum of RGB (Red+Green+Blue) = 202+70+125=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA467D is #35B982. Grayscale: #737373. Windows color (decimal): -3520899 or 8210122. OLE color: 8210122.

HSL color Cylindrical-coordinate representation of color #CA467D: hue angle of 335º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA467D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20270125-
CMYK00.650.380.21
HSL335º55.46%53.33%-
HSV(B)335º65.35%79.22%-
XYZ30.2518.4221.36-
YUV115.74133.23189.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=50.88%
G=17.63%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027012500.650.380.2133555.4653.33
HexCA467D041261514f3735
Octal312106175010146255176765
Binary11001010100011011111010100000110011010101101001111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA467D; }

 p { color: rgb(202,70,125); }

 H1.HeaderClassName
 {
   color: #CA467D;
 }
 .AnyTagClassName
 {
   color: #CA467D;
 }
</style>
background-color css

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

 a { background-color: rgb(202,70,125); }

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

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

 span { border-color: rgb(202,70,125); }

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