Html Css Color HEX #CA449A Mulberry

📋 copy color: '#CA449A'

red 202 ◦ green 68 ◦ blue 154

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

Shades of Mulberry #CA449A

Tints of Mulberry #CA449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.04%

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 47.64%
G = 16.04%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA449A (or 0xCA449A) is known color: Mulberry. HEX triplet: CA, 44 and 9A. RGB value is (202,68,154). Sum of RGB (Red+Green+Blue) = 202+68+154=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA449A is #35BB65. Grayscale: #757575. Windows color (decimal): -3521382 or 10110154. OLE color: 10110154.

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

Color convert

RGB 202 68 154 -
CMYK 0 0.66 0.24 0.21
HSL 321.49º 0.56% 0.53% -
HSV(B) 321.49º 0.66% 0.79% -
XYZ 32.26 19.02 32.54 -
YUV 117.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 202 68 154 0 0.66 0.24 0.21 321.49 0.56 0.53
Hex CA 44 9A 0 42 18 15 141 38 35
Octal 312 104 232 0 102 30 25 501 70 65
Binary 11001010 1000100 10011010 0 1000010 11000 10101 101000001 111000 110101

Color Harmonies of #CA449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA449A

Black with #CA449A

Text Example


Text Example

White with #CA449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA449A; }

 p { color: rgb(202,68,154); }

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

background-color css

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

 a { background-color: rgb(202,68,154); }

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

border-color css

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

 span { border-color: rgb(202,68,154); }

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