Html Css Color HEX #CA428B Mulberry

📋 copy color: '#CA428B'

red 202 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #CA428B

Tints of Mulberry #CA428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 49.63%
G = 16.22%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA428B (or 0xCA428B) is known color: Mulberry. HEX triplet: CA, 42 and 8B. RGB value is (202,66,139). Sum of RGB (Red+Green+Blue) = 202+66+139=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA428B is #35BD74. Grayscale: #727272. Windows color (decimal): -3521909 or 9126602. OLE color: 9126602.

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

Color convert

RGB 202 66 139 -
CMYK 0 0.67 0.31 0.21
HSL 327.79º 0.56% 0.53% -
HSV(B) 327.79º 0.67% 0.79% -
XYZ 30.97 18.32 26.33 -
YUV 114.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 202 66 139 0 0.67 0.31 0.21 327.79 0.56 0.53
Hex CA 42 8B 0 43 1F 15 148 38 35
Octal 312 102 213 0 103 37 25 510 70 65
Binary 11001010 1000010 10001011 0 1000011 11111 10101 101001000 111000 110101

Color Harmonies of #CA428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA428B

Black with #CA428B

Text Example


Text Example

White with #CA428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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