Html Css Color HEX #CA4196 Mulberry

📋 copy color: '#CA4196'

red 202 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #CA4196

Tints of Mulberry #CA4196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 48.44%
G = 15.59%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA4196 (or 0xCA4196) is known color: Mulberry. HEX triplet: CA, 41 and 96. RGB value is (202,65,150). Sum of RGB (Red+Green+Blue) = 202+65+150=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4196 is #35BE69. Grayscale: #737373. Windows color (decimal): -3522154 or 9847242. OLE color: 9847242.

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

Color convert

RGB 202 65 150 -
CMYK 0 0.68 0.26 0.21
HSL 322.77º 0.56% 0.52% -
HSV(B) 322.77º 0.68% 0.79% -
XYZ 31.75 18.54 30.76 -
YUV 115.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 202 65 150 0 0.68 0.26 0.21 322.77 0.56 0.52
Hex CA 41 96 0 44 1A 15 143 38 34
Octal 312 101 226 0 104 32 25 503 70 64
Binary 11001010 1000001 10010110 0 1000100 11010 10101 101000011 111000 110100

Color Harmonies of #CA4196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4196

Black with #CA4196

Text Example


Text Example

White with #CA4196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4196; }

 p { color: rgb(202,65,150); }

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

background-color css

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

 a { background-color: rgb(202,65,150); }

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

border-color css

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

 span { border-color: rgb(202,65,150); }

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