Html Css Color HEX #CA4296 Mulberry

📋 copy color: '#CA4296'

red 202 ◦ green 66 ◦ blue 150

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

Shades of Mulberry #CA4296

Tints of Mulberry #CA4296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 48.33%
G = 15.79%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA4296 (or 0xCA4296) is known color: Mulberry. HEX triplet: CA, 42 and 96. RGB value is (202,66,150). Sum of RGB (Red+Green+Blue) = 202+66+150=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4296 is #35BD69. Grayscale: #747474. Windows color (decimal): -3521898 or 9847498. OLE color: 9847498.

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

Color convert

RGB 202 66 150 -
CMYK 0 0.67 0.26 0.21
HSL 322.94º 0.56% 0.53% -
HSV(B) 322.94º 0.67% 0.79% -
XYZ 31.81 18.65 30.78 -
YUV 116.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 202 66 150 0 0.67 0.26 0.21 322.94 0.56 0.53
Hex CA 42 96 0 43 1A 15 143 38 35
Octal 312 102 226 0 103 32 25 503 70 65
Binary 11001010 1000010 10010110 0 1000011 11010 10101 101000011 111000 110101

Color Harmonies of #CA4296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4296

Black with #CA4296

Text Example


Text Example

White with #CA4296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4296; }

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

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

background-color css

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

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

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

border-color css

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

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

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