Html Css Color HEX #CA4694 Mulberry

📋 copy color: '#CA4694'

red 202 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #CA4694

Tints of Mulberry #CA4694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 48.1%
G = 16.67%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA4694 (or 0xCA4694) is known color: Mulberry. HEX triplet: CA, 46 and 94. RGB value is (202,70,148). Sum of RGB (Red+Green+Blue) = 202+70+148=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4694 is #35B96B. Grayscale: #767676. Windows color (decimal): -3520876 or 9717450. OLE color: 9717450.

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

Color convert

RGB 202 70 148 -
CMYK 0 0.65 0.27 0.21
HSL 324.55º 0.55% 0.53% -
HSV(B) 324.55º 0.65% 0.79% -
XYZ 31.89 19.07 30.02 -
YUV 118.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 202 70 148 0 0.65 0.27 0.21 324.55 0.55 0.53
Hex CA 46 94 0 41 1B 15 145 37 35
Octal 312 106 224 0 101 33 25 505 67 65
Binary 11001010 1000110 10010100 0 1000001 11011 10101 101000101 110111 110101

Color Harmonies of #CA4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4694

Black with #CA4694

Text Example


Text Example

White with #CA4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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