Html Css Color HEX #CA4495 Mulberry

📋 copy color: '#CA4495'

red 202 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #CA4495

Tints of Mulberry #CA4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 48.21%
G = 16.23%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA4495 (or 0xCA4495) is known color: Mulberry. HEX triplet: CA, 44 and 95. RGB value is (202,68,149). Sum of RGB (Red+Green+Blue) = 202+68+149=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4495 is #35BB6A. Grayscale: #757575. Windows color (decimal): -3521387 or 9782474. OLE color: 9782474.

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

Color convert

RGB 202 68 149 -
CMYK 0 0.66 0.26 0.21
HSL 323.73º 0.56% 0.53% -
HSV(B) 323.73º 0.66% 0.79% -
XYZ 31.85 18.86 30.4 -
YUV 117.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 202 68 149 0 0.66 0.26 0.21 323.73 0.56 0.53
Hex CA 44 95 0 42 1A 15 144 38 35
Octal 312 104 225 0 102 32 25 504 70 65
Binary 11001010 1000100 10010101 0 1000010 11010 10101 101000100 111000 110101

Color Harmonies of #CA4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4495

Black with #CA4495

Text Example


Text Example

White with #CA4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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