Html Css Color HEX #CA4384 Mulberry

📋 copy color: '#CA4384'

red 202 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #CA4384

Tints of Mulberry #CA4384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 50.37%
G = 16.71%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA4384 (or 0xCA4384) is known color: Mulberry. HEX triplet: CA, 43 and 84. RGB value is (202,67,132). Sum of RGB (Red+Green+Blue) = 202+67+132=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4384 is #35BC7B. Grayscale: #727272. Windows color (decimal): -3521660 or 8668106. OLE color: 8668106.

HSL color Cylindrical-coordinate representation of color #CA4384: hue angle of 331.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 #CA4384 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 132 -
CMYK 0 0.67 0.35 0.21
HSL 331.11º 0.56% 0.53% -
HSV(B) 331.11º 0.67% 0.79% -
XYZ 30.53 18.24 23.74 -
YUV 114.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 202 67 132 0 0.67 0.35 0.21 331.11 0.56 0.53
Hex CA 43 84 0 43 23 15 14B 38 35
Octal 312 103 204 0 103 43 25 513 70 65
Binary 11001010 1000011 10000100 0 1000011 100011 10101 101001011 111000 110101

Color Harmonies of #CA4384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4384

Black with #CA4384

Text Example


Text Example

White with #CA4384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4384; }

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

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

background-color css

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

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

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

border-color css

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

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

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