Html Css Color HEX #CA4197 Mulberry

📋 copy color: '#CA4197'

red 202 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #CA4197

Tints of Mulberry #CA4197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 48.33%
G = 15.55%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA4197 (or 0xCA4197) is known color: Mulberry. HEX triplet: CA, 41 and 97. RGB value is (202,65,151). Sum of RGB (Red+Green+Blue) = 202+65+151=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4197 is #35BE68. Grayscale: #737373. Windows color (decimal): -3522153 or 9912778. OLE color: 9912778.

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

Color convert

RGB 202 65 151 -
CMYK 0 0.68 0.25 0.21
HSL 322.34º 0.56% 0.52% -
HSV(B) 322.34º 0.68% 0.79% -
XYZ 31.83 18.57 31.19 -
YUV 115.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 202 65 151 0 0.68 0.25 0.21 322.34 0.56 0.52
Hex CA 41 97 0 44 19 15 142 38 34
Octal 312 101 227 0 104 31 25 502 70 64
Binary 11001010 1000001 10010111 0 1000100 11001 10101 101000010 111000 110100

Color Harmonies of #CA4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4197

Black with #CA4197

Text Example


Text Example

White with #CA4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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