Html Css Color HEX #CA459D Mulberry

📋 copy color: '#CA459D'

red 202 ◦ green 69 ◦ blue 157

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

Shades of Mulberry #CA459D

Tints of Mulberry #CA459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.12%

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 47.2%
G = 16.12%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA459D (or 0xCA459D) is known color: Mulberry. HEX triplet: CA, 45 and 9D. RGB value is (202,69,157). Sum of RGB (Red+Green+Blue) = 202+69+157=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA459D is #35BA62. Grayscale: #767676. Windows color (decimal): -3521123 or 10307018. OLE color: 10307018.

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

Color convert

RGB 202 69 157 -
CMYK 0 0.66 0.22 0.21
HSL 320.3º 0.56% 0.53% -
HSV(B) 320.3º 0.66% 0.79% -
XYZ 32.57 19.25 33.9 -
YUV 118.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 202 69 157 0 0.66 0.22 0.21 320.3 0.56 0.53
Hex CA 45 9D 0 42 16 15 140 38 35
Octal 312 105 235 0 102 26 25 500 70 65
Binary 11001010 1000101 10011101 0 1000010 10110 10101 101000000 111000 110101

Color Harmonies of #CA459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA459D

Black with #CA459D

Text Example


Text Example

White with #CA459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA459D; }

 p { color: rgb(202,69,157); }

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

background-color css

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

 a { background-color: rgb(202,69,157); }

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

border-color css

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

 span { border-color: rgb(202,69,157); }

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