#CA4698

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

Shades of Mulberry #CA4698

Tints of Mulberry #CA4698

Color information

#CA4698 (or 0xCA4698) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 98. RGB value is (202,70,152). Sum of RGB (Red+Green+Blue) = 202+70+152=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4698 is #35B967. Grayscale: #767676. Windows color (decimal): -3520872 or 9979594. OLE color: 9979594.

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

Color convert

RGB20270152-
CMYK00.650.250.21
HSL322.73º55.46%53.33%-
HSV(B)322.73º65.35%79.22%-
XYZ32.2119.231.71-
YUV118.82146.73187.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=47.64%
G=16.51%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027015200.650.250.21322.7355.4653.33
HexCA469804119151433735
Octal312106230010131255036765
Binary11001010100011010011000010000011100110101101000011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4698; }

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

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

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

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

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

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

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

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