Html Css Color HEX #CA4080 Mulberry

📋 copy color: '#CA4080'

red 202 ◦ green 64 ◦ blue 128

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

Shades of Mulberry #CA4080

Tints of Mulberry #CA4080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.24%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 51.27%
G = 16.24%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA4080 (or 0xCA4080) is known color: Mulberry. HEX triplet: CA, 40 and 80. RGB value is (202,64,128). Sum of RGB (Red+Green+Blue) = 202+64+128=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4080 is #35BF7F. Grayscale: #707070. Windows color (decimal): -3522432 or 8405194. OLE color: 8405194.

HSL color Cylindrical-coordinate representation of color #CA4080: hue angle of 332.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4080 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 128 -
CMYK 0 0.68 0.37 0.21
HSL 332.17º 0.57% 0.52% -
HSV(B) 332.17º 0.68% 0.79% -
XYZ 30.09 17.78 22.27 -
YUV 112.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 202 64 128 0 0.68 0.37 0.21 332.17 0.57 0.52
Hex CA 40 80 0 44 25 15 14C 39 34
Octal 312 100 200 0 104 45 25 514 71 64
Binary 11001010 1000000 10000000 0 1000100 100101 10101 101001100 111001 110100

Color Harmonies of #CA4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4080

Black with #CA4080

Text Example


Text Example

White with #CA4080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4080; }

 p { color: rgb(202,64,128); }

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

background-color css

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

 a { background-color: rgb(202,64,128); }

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

border-color css

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

 span { border-color: rgb(202,64,128); }

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