Html Css Color HEX #CA4A61 Mandy

📋 copy color: '#CA4A61'

red 202 ◦ green 74 ◦ blue 97

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

Shades of Mandy #CA4A61

Tints of Mandy #CA4A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 54.16%
G = 19.84%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA4A61 (or 0xCA4A61) is known color: Mandy. HEX triplet: CA, 4A and 61. RGB value is (202,74,97). Sum of RGB (Red+Green+Blue) = 202+74+97=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A61 is #35B59E. Grayscale: #727272. Windows color (decimal): -3519903 or 6376138. OLE color: 6376138.

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

Color convert

RGB 202 74 97 -
CMYK 0 0.63 0.52 0.21
HSL 349.22º 0.55% 0.54% -
HSV(B) 349.22º 0.63% 0.79% -
XYZ 28.96 18.32 13.32 -
YUV 114.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 202 74 97 0 0.63 0.52 0.21 349.22 0.55 0.54
Hex CA 4A 61 0 3F 34 15 15D 37 36
Octal 312 112 141 0 77 64 25 535 67 66
Binary 11001010 1001010 1100001 0 111111 110100 10101 101011101 110111 110110

Color Harmonies of #CA4A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A61

Black with #CA4A61

Text Example


Text Example

White with #CA4A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A61; }

 p { color: rgb(202,74,97); }

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

background-color css

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

 a { background-color: rgb(202,74,97); }

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

border-color css

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

 span { border-color: rgb(202,74,97); }

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