Html Css Color HEX #CA448A Mulberry

📋 copy color: '#CA448A'

red 202 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #CA448A

Tints of Mulberry #CA448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 49.51%
G = 16.67%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA448A (or 0xCA448A) is known color: Mulberry. HEX triplet: CA, 44 and 8A. RGB value is (202,68,138). Sum of RGB (Red+Green+Blue) = 202+68+138=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA448A is #35BB75. Grayscale: #737373. Windows color (decimal): -3521398 or 9061578. OLE color: 9061578.

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

Color convert

RGB 202 68 138 -
CMYK 0 0.66 0.32 0.21
HSL 328.66º 0.56% 0.53% -
HSV(B) 328.66º 0.66% 0.79% -
XYZ 31.01 18.53 25.99 -
YUV 116.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 202 68 138 0 0.66 0.32 0.21 328.66 0.56 0.53
Hex CA 44 8A 0 42 20 15 149 38 35
Octal 312 104 212 0 102 40 25 511 70 65
Binary 11001010 1000100 10001010 0 1000010 100000 10101 101001001 111000 110101

Color Harmonies of #CA448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA448A

Black with #CA448A

Text Example


Text Example

White with #CA448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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