Html Css Color HEX #CA4492 Mulberry

📋 copy color: '#CA4492'

red 202 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #CA4492

Tints of Mulberry #CA4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 48.56%
G = 16.35%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA4492 (or 0xCA4492) is known color: Mulberry. HEX triplet: CA, 44 and 92. RGB value is (202,68,146). Sum of RGB (Red+Green+Blue) = 202+68+146=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4492 is #35BB6D. Grayscale: #747474. Windows color (decimal): -3521390 or 9585866. OLE color: 9585866.

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

Color convert

RGB 202 68 146 -
CMYK 0 0.66 0.28 0.21
HSL 325.07º 0.56% 0.53% -
HSV(B) 325.07º 0.66% 0.79% -
XYZ 31.61 18.77 29.15 -
YUV 116.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 202 68 146 0 0.66 0.28 0.21 325.07 0.56 0.53
Hex CA 44 92 0 42 1C 15 145 38 35
Octal 312 104 222 0 102 34 25 505 70 65
Binary 11001010 1000100 10010010 0 1000010 11100 10101 101000101 111000 110101

Color Harmonies of #CA4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4492

Black with #CA4492

Text Example


Text Example

White with #CA4492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4492; }

 p { color: rgb(202,68,146); }

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

background-color css

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

 a { background-color: rgb(202,68,146); }

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

border-color css

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

 span { border-color: rgb(202,68,146); }

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