Html Css Color HEX #CA465E Mandy

📋 copy color: '#CA465E'

red 202 ◦ green 70 ◦ blue 94

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

Shades of Mandy #CA465E

Tints of Mandy #CA465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 55.19%
G = 19.13%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA465E (or 0xCA465E) is known color: Mandy. HEX triplet: CA, 46 and 5E. RGB value is (202,70,94). Sum of RGB (Red+Green+Blue) = 202+70+94=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA465E is #35B9A1. Grayscale: #707070. Windows color (decimal): -3520930 or 6178506. OLE color: 6178506.

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

Color convert

RGB 202 70 94 -
CMYK 0 0.65 0.53 0.21
HSL 349.09º 0.55% 0.53% -
HSV(B) 349.09º 0.65% 0.79% -
XYZ 28.57 17.75 12.51 -
YUV 112.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 202 70 94 0 0.65 0.53 0.21 349.09 0.55 0.53
Hex CA 46 5E 0 41 35 15 15D 37 35
Octal 312 106 136 0 101 65 25 535 67 65
Binary 11001010 1000110 1011110 0 1000001 110101 10101 101011101 110111 110101

Color Harmonies of #CA465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA465E

Black with #CA465E

Text Example


Text Example

White with #CA465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA465E; }

 p { color: rgb(202,70,94); }

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

background-color css

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

 a { background-color: rgb(202,70,94); }

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

border-color css

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

 span { border-color: rgb(202,70,94); }

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