Html Css Color HEX #CA4284 Mulberry

📋 copy color: '#CA4284'

red 202 ◦ green 66 ◦ blue 132

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

Shades of Mulberry #CA4284

Tints of Mulberry #CA4284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

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

R = 50.5%
G = 16.5%
B = 33%

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

#CA4284 (or 0xCA4284) is known color: Mulberry. HEX triplet: CA, 42 and 84. RGB value is (202,66,132). Sum of RGB (Red+Green+Blue) = 202+66+132=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4284 is #35BD7B. Grayscale: #727272. Windows color (decimal): -3521916 or 8667850. OLE color: 8667850.

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

Color convert

RGB 202 66 132 -
CMYK 0 0.67 0.35 0.21
HSL 330.88º 0.56% 0.53% -
HSV(B) 330.88º 0.67% 0.79% -
XYZ 30.47 18.12 23.72 -
YUV 114.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 202 66 132 0 0.67 0.35 0.21 330.88 0.56 0.53
Hex CA 42 84 0 43 23 15 14B 38 35
Octal 312 102 204 0 103 43 25 513 70 65
Binary 11001010 1000010 10000100 0 1000011 100011 10101 101001011 111000 110101

Color Harmonies of #CA4284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4284

Black with #CA4284

Text Example


Text Example

White with #CA4284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4284; }

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

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

background-color css

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

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

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

border-color css

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

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

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