Html Css Color HEX #CA448B Mulberry

📋 copy color: '#CA448B'

red 202 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #CA448B

Tints of Mulberry #CA448B

RGB

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

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

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

R = 49.39%
G = 16.63%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA448B (or 0xCA448B) is known color: Mulberry. HEX triplet: CA, 44 and 8B. RGB value is (202,68,139). Sum of RGB (Red+Green+Blue) = 202+68+139=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA448B is #35BB74. Grayscale: #747474. Windows color (decimal): -3521397 or 9127114. OLE color: 9127114.

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

Color convert

RGB 202 68 139 -
CMYK 0 0.66 0.31 0.21
HSL 328.21º 0.56% 0.53% -
HSV(B) 328.21º 0.66% 0.79% -
XYZ 31.08 18.55 26.37 -
YUV 116.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 202 68 139 0 0.66 0.31 0.21 328.21 0.56 0.53
Hex CA 44 8B 0 42 1F 15 148 38 35
Octal 312 104 213 0 102 37 25 510 70 65
Binary 11001010 1000100 10001011 0 1000010 11111 10101 101001000 111000 110101

Color Harmonies of #CA448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA448B

Black with #CA448B

Text Example


Text Example

White with #CA448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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