Html Css Color HEX #CA4396 Mulberry

📋 copy color: '#CA4396'

red 202 ◦ green 67 ◦ blue 150

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

Shades of Mulberry #CA4396

Tints of Mulberry #CA4396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.99%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 48.21%
G = 15.99%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA4396 (or 0xCA4396) is known color: Mulberry. HEX triplet: CA, 43 and 96. RGB value is (202,67,150). Sum of RGB (Red+Green+Blue) = 202+67+150=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4396 is #35BC69. Grayscale: #747474. Windows color (decimal): -3521642 or 9847754. OLE color: 9847754.

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

Color convert

RGB 202 67 150 -
CMYK 0 0.67 0.26 0.21
HSL 323.11º 0.56% 0.53% -
HSV(B) 323.11º 0.67% 0.79% -
XYZ 31.87 18.77 30.8 -
YUV 116.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 202 67 150 0 0.67 0.26 0.21 323.11 0.56 0.53
Hex CA 43 96 0 43 1A 15 143 38 35
Octal 312 103 226 0 103 32 25 503 70 65
Binary 11001010 1000011 10010110 0 1000011 11010 10101 101000011 111000 110101

Color Harmonies of #CA4396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4396

Black with #CA4396

Text Example


Text Example

White with #CA4396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4396; }

 p { color: rgb(202,67,150); }

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

background-color css

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

 a { background-color: rgb(202,67,150); }

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

border-color css

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

 span { border-color: rgb(202,67,150); }

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