Html Css Color HEX #CA4199 Mulberry

📋 copy color: '#CA4199'

red 202 ◦ green 65 ◦ blue 153

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

Shades of Mulberry #CA4199

Tints of Mulberry #CA4199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 48.1%
G = 15.48%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4199 (or 0xCA4199) is known color: Mulberry. HEX triplet: CA, 41 and 99. RGB value is (202,65,153). Sum of RGB (Red+Green+Blue) = 202+65+153=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4199 is #35BE66. Grayscale: #737373. Windows color (decimal): -3522151 or 10043850. OLE color: 10043850.

HSL color Cylindrical-coordinate representation of color #CA4199: hue angle of 321.46º degrees, saturation: 0.56, 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 #CA4199 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 65 153 -
CMYK 0 0.68 0.24 0.21
HSL 321.46º 0.56% 0.52% -
HSV(B) 321.46º 0.68% 0.79% -
XYZ 32 18.64 32.05 -
YUV 116 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 202 65 153 0 0.68 0.24 0.21 321.46 0.56 0.52
Hex CA 41 99 0 44 18 15 141 38 34
Octal 312 101 231 0 104 30 25 501 70 64
Binary 11001010 1000001 10011001 0 1000100 11000 10101 101000001 111000 110100

Color Harmonies of #CA4199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4199

Black with #CA4199

Text Example


Text Example

White with #CA4199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4199; }

 p { color: rgb(202,65,153); }

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

background-color css

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

 a { background-color: rgb(202,65,153); }

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

border-color css

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

 span { border-color: rgb(202,65,153); }

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